Why do I see a black screen for some time? #240
-
Black Screen For Some time in android 11 than contacts load |
Beta Was this translation helpful? Give feedback.
Answered by
vestrel00
Jun 24, 2022
Replies: 1 comment
-
@RahulMachhiC, this sounds like you are executing work in the UI thread instead of in a background thread. Could you share some code so I can see it? Also, please read this page if you have not yet done so; https://vestrel00.github.io/contacts-android/async/async-execution-coroutines/ The other possibility is that you are seeing a crash, in which case please check the error logs and share it here 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vestrel00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@RahulMachhiC, this sounds like you are executing work in the UI thread instead of in a background thread.
Could you share some code so I can see it? Also, please read this page if you have not yet done so; https://vestrel00.github.io/contacts-android/async/async-execution-coroutines/
The other possibility is that you are seeing a crash, in which case please check the error logs and share it here 🙏