Merge pull request #483 from pudup/master

Fix #435
This commit is contained in:
Tibor Kaputa 2023-07-31 22:06:42 +02:00 committed by GitHub
commit aef3e06c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,8 @@
<activity
android:name=".activities.ReminderActivity"
android:excludeFromRecents="true"
android:taskAffinity=".ReminderActivity"
android:configChanges="orientation"
android:exported="false"
android:launchMode="singleTask"