Commit 2b7e8404 authored by wanglei's avatar wanglei

...

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