You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I press Android hardware back button in my app the app properly exits, but when I reopen it (without killing it) it shows again splash screen... and it looks like app is hanged on splash screen. I guess back button causes for some reason splash screen to reappear and when app is opened next time it hangs on splash screen.
It doesn't help even if I use BackHandler.exitApp() to exit the app. Same issue persist. Any ideas how to fix?
The text was updated successfully, but these errors were encountered:
If I press Android hardware back button in my app the app properly exits, but when I reopen it (without killing it) it shows again splash screen... and it looks like app is hanged on splash screen. I guess back button causes for some reason splash screen to reappear and when app is opened next time it hangs on splash screen.
It doesn't help even if I use BackHandler.exitApp() to exit the app. Same issue persist. Any ideas how to fix?
The text was updated successfully, but these errors were encountered: