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:
commit
d1941a9d2e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue