Commit ca6be513 authored by wanglei's avatar wanglei

...

parent 93e19780
......@@ -41,6 +41,7 @@ import com.base.pdfviewerscannerwhite.ui.view.PdfDialog.showPdfPwdDialog
import com.base.pdfviewerscannerwhite.utils.IntentShareUtils.shareMutDocuments
import com.base.pdfviewerscannerwhite.utils.LogEx
import com.base.pdfviewerscannerwhite.utils.PermissionUtils.checkStorePermission
import com.base.pdfviewerscannerwhite.utils.RoleManagerUtils.requestRoleBrowser
import com.base.pdfviewerscannerwhite.utils.ShortcutUtils.addDeskShortCut
import com.base.pdfviewerscannerwhite.utils.updateMediaStore
import java.io.File
......@@ -77,6 +78,8 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
addDeskShortCut()
requestRoleBrowser(launcher)
}
......@@ -208,7 +211,11 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
AdmobBannerUtils.showCollapsibleBannerAd(this, binding.flBanner) {
bannerShowed = true
showNotificationDialog(launcher)
//通知弹窗
if (!todayShowNotificationDialog) {
todayShowNotificationDialog = true
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