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
When restarting the app after pressing the back button, the app crashes. Stacktrace:
Caused by: java.lang.RuntimeException: BabbleConstants already initialised
at io.mosaicnetworks.babble.node.BabbleConstants.initialise(BabbleConstants.java:120)
at io.mosaicnetworks.babble.configure.BaseConfigActivity.onCreate(BaseConfigActivity.java:137)
at io.mosaicnetworks.sample.MainActivity.onCreate(MainActivity.java:55)
at android.app.Activity.performCreate(Activity.java:6855)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2656)
The underlying issue is that the activities are re-created when the app is re-started however static variables persist.
The text was updated successfully, but these errors were encountered:
When restarting the app after pressing the back button, the app crashes. Stacktrace:
The underlying issue is that the activities are re-created when the app is re-started however static variables persist.
The text was updated successfully, but these errors were encountered: