Activity was recreated every time on screen rotated. Just added "screenSize|screenLayout" to a manifest to this activity.

This commit is contained in:
Dmitriy Chernysh 2023-10-03 19:46:47 +03:00
parent 1b6fb9fb60
commit a922a690d2
1 changed files with 1 additions and 1 deletions

View File

@ -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"