mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2024-12-12 08:16:37 +01:00
Activity was recreated every time on screen rotated. Just added "screenSize|screenLayout" to a manifest to this activity.
This commit is contained in:
parent
1b6fb9fb60
commit
a922a690d2
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.ReminderActivity"
|
android:name=".activities.ReminderActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation|screenSize|screenLayout"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
|
Loading…
Reference in New Issue
Block a user