Skip to content

Commit d1941a9

Browse files
authored
Merge pull request SimpleMobileTools#536 from dmitriy-chernysh/533-alarm-stops-on-screen-rotate
Fix SimpleMobileTools#533 - Alarm stops ringing on screen rotated
2 parents 1b6fb9f + a922a69 commit d1941a9

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)