Commit 7c0b7d9f authored by wanglei's avatar wanglei

...

parent 2b7e8404
...@@ -84,7 +84,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView { ...@@ -84,7 +84,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
if (checkStorePermission()) { if (checkStorePermission()) {
if (!ConstObject.setDefault && !todayShowNotificationDialog) { if (!ConstObject.setDefault && !todayShowNotificationDialog) {
showDefaultBottomDialog() showDefaultBottomDialog()
} else if (!checkNotificationPermission()) { } else if (!checkNotificationPermission() && !todayShowNotificationDialog) {
showNotificationDialog(launcher) showNotificationDialog(launcher)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment