Skip to content

Commit a922a69

Browse files
Activity was recreated every time on screen rotated. Just added "screenSize|screenLayout" to a manifest to this activity.
1 parent 1b6fb9f commit a922a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<activity
7777
android:name=".activities.ReminderActivity"
78-
android:configChanges="orientation"
78+
android:configChanges="orientation|screenSize|screenLayout"
7979
android:excludeFromRecents="true"
8080
android:exported="false"
8181
android:launchMode="singleTask"

0 commit comments

Comments
 (0)