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
commit d1941a9d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"