Merge pull request #536 from dmitriy-chernysh/533-alarm-stops-on-screen-rotate

Fix #533 - Alarm stops ringing on screen rotated
This commit is contained in:
Tibor Kaputa
2023-10-04 14:12:41 +02:00
committed by GitHub

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"