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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue