mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-07 05:58:25 +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
|
||||
android:name=".activities.ReminderActivity"
|
||||
android:configChanges="orientation"
|
||||
android:configChanges="orientation|screenSize|screenLayout"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
|
Loading…
Reference in New Issue
Block a user