Commit 7c0b7d9f authored by wanglei's avatar wanglei

...

parent 2b7e8404
......@@ -84,7 +84,7 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
if (checkStorePermission()) {
if (!ConstObject.setDefault && !todayShowNotificationDialog) {
showDefaultBottomDialog()
} else if (!checkNotificationPermission()) {
} else if (!checkNotificationPermission() && !todayShowNotificationDialog) {
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