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
Every once in a while, when I resume the app (from minimised, not fresh start) it immediately crashes before anything is displayed. I managed to catch logcat output for this:
04-25 14:59:53.982 28765 28765 E AndroidRuntime: Process: to.synonym.bitkit.wallet, PID: 28765
04-25 14:59:53.982 28765 28765 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{to.synonym.bitkit.wallet/com.bitkit.MainActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.swmansion.rnscreens.ScreenStackFragment: calling Fragment constructor caused an exception
04-25 14:59:53.982 28765 28765 E AndroidRuntime: at com.bitkit.MainActivity.onCreate(MainActivity.kt:22)
04-25 14:59:53.995 2183 2924 W ActivityTaskManager: Force finishing activity to.synonym.bitkit.wallet/com.bitkit.MainActivity
04-25 14:59:54.021 5665 6142 D DigestGenerator: digest=============to.synonym.bitkit.walletjava.lang.RuntimeException: Unable to start activity ComponentInfo{to.synonym.bitkit.wallet/com.bitkit.MainActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.swmansion.rnscreens.ScreenStackFragment: calling Fragment constructor caused an exception
Describe the bug
Every once in a while, when I resume the app (from minimised, not fresh start) it immediately crashes before anything is displayed. I managed to catch logcat output for this:
This appears to be related to React Native. Looking at software-mansion/react-native-screens#17 (comment) we should be able to resolve it by changing our onCreate to
super.onCreate(null);
Reproduce
Screenshots / Recording
No response
Operating system
Android 13 TKQ1.220829.002
Bitkit version
c55c045
Log output
No response
The text was updated successfully, but these errors were encountered: