Hello again Patrice,
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?
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?