Screen turns black for some seconds on Android. Wh...
# android
b
Screen turns black for some seconds on Android. When I return to the home screen it gives black screen for millisecond and then home screen is visible. How to fix this in android kotlin ?
not kotlin but kotlin colored 2
y
Without knowing more about your code, it's impossible to give you any further hints. Perhaps your UI thread is being blocked somehow, which could be causing this problem.
☝️ 2