Start snooze activity after later is selected from lock screen (#840)

Fixes #787.
This commit is contained in:
Quentin Hibon
2021-03-15 14:34:42 +01:00
committed by GitHub
parent 51947576aa
commit 9c81f22a4d
2 changed files with 2 additions and 6 deletions

View File

@@ -148,6 +148,7 @@
<activity
android:name=".notifications.SnoozeDelayPickerActivity"
android:taskAffinity=""
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
@@ -303,4 +304,4 @@
</provider>
</application>
</manifest>
</manifest>