mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Start snooze activity after later is selected from lock screen (#840)
Fixes #787.
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".notifications.SnoozeDelayPickerActivity"
|
||||
android:taskAffinity=""
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
||||
|
||||
@@ -93,9 +93,4 @@ class SnoozeDelayPickerActivity : FragmentActivity(), OnItemClickListener {
|
||||
super.finish()
|
||||
overridePendingTransition(0, 0)
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
if (dialog != null) dialog!!.dismiss()
|
||||
super.onPause()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user