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
after removing android:screenOrientation="portrait" from AndroidManifest, the app crashes after device rotation:
java.lang.RuntimeException: Unable to start activity ComponentInfo{ch.swissonid.design_samples/ch.swissonid.design_lib_sample.DrawerActivity}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
I found some infos (Source 1, Source 2), do you have some experience with this problem?
The text was updated successfully, but these errors were encountered:
Hello again Patrice,
after removing android:screenOrientation="portrait" from AndroidManifest, the app crashes after device rotation:
I found some infos (Source 1, Source 2), do you have some experience with this problem?
The text was updated successfully, but these errors were encountered: