-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WindowManager: android.view.WindowLeaked #498
Comments
If you cannot reproduce it easily, this could also be because of something else in your stack.
Nah, PNGs impact here is really minor. As I remember, this error could occur when the Activity is already exited and the splashscreen sequence not finished (the Activity was destroyed before the Dialog) which result in…nothing for the user. Sure, it adds pollution in the log, that's why having a good way to reproduce it could help removing it. Example: Another package makes your app make crashes at start. The splash screen sequence fail, this error appear. |
Very nice! I'll try it out as soon as I can. maybe already tomorrow. |
@zoontek that seems to get rid of the error android.view.WindowLeaked error. Thanks! |
Bug summary
Hi! Got error on Android API level 25 (Android 7.1.1) emulator.
This works fine on newer android API level 33.
using react-native 0.72.4.
we get this error in adb logcat:
Library version
5.0.4
Environment info
Steps to reproduce
Reproducible sample code
The text was updated successfully, but these errors were encountered: