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
We are seeing this crasher across ~all Android users. According to Crashylitcs the app is in the background 100% of the time.
Based on the primary exception it appears that this may be occurring when the app is in the process of closing:
Fatal Exception: java.lang.RuntimeException
Unable to destroy activity {com.jdbus.packge/com.jdbus.packge.MainActivity}: java.lang.NullPointerException: getValue(...) must not be null
android.app.ActivityThread.performDestroyActivity (ActivityThread.java:5301)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1027)
DailyFlutterPlugin.getSurfaceTextureHelper
java.lang.NullPointerException - getValue(...) must not be null
co.daily.daily_flutter
DailyFlutterPlugin.java:8
We are seeing this crasher across ~all Android users. According to Crashylitcs the app is in the background 100% of the time.
Based on the primary exception it appears that this may be occurring when the app is in the process of closing:
This is running the demo code. Does something need to change with how the widget is destroyed? Thanks.
The text was updated successfully, but these errors were encountered: