mrRedSun
mrRedSun
I had a similar issue but only when the app went to the background and the phone was locked, turned out the keychain gets locked after a while ``` const...
Still an issue as of now
We receive many bug reports like this: Stack trace ``` Fatal Exception: android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@316ca97 is not valid; is your activity running? at android.view.ViewRootImpl.setView(ViewRootImpl.java:1508) at...
Anyone found workaround for this?
XCode 15 + Sonoma + latest flutter (3.13.6) + default excluded architectures in xcode = simulator working for me on M1 mac
@rdesimone sure thing
So the workaround is to remove i386 and the issue disappears. No sure if we can close the ticket yet, but nice to know
I received the same issue in Crashlytics, but haven't been able to reproduce it.
Is there any long-term solution for this?
Why is this closed? Still an issue