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

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"