Commit 7ad1d6f5 authored by wanglei's avatar wanglei

...

parent a84215e7
......@@ -39,6 +39,7 @@ import com.base.pdfviewerscannerwhite.ui.view.DialogView.showDocumentRenameDialo
import com.base.pdfviewerscannerwhite.ui.view.DialogView.showNotificationDialog
import com.base.pdfviewerscannerwhite.ui.view.DialogView.showStoragePermission
import com.base.pdfviewerscannerwhite.ui.view.PdfDialog.showPdfPwdDialog
import com.base.pdfviewerscannerwhite.ui.view.RateDialog.showRateDialog
import com.base.pdfviewerscannerwhite.utils.IntentShareUtils.shareMutDocuments
import com.base.pdfviewerscannerwhite.utils.LogEx
import com.base.pdfviewerscannerwhite.utils.PermissionUtils.checkStorePermission
......@@ -193,7 +194,11 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
todayShowNotificationDialog = true
showNotificationDialog(launcher)
} else {
showDefaultBottomDialog()
if (!ConstObject.setDefault) {
showDefaultBottomDialog()
} else {
showRateDialog()
}
}
}
}
......@@ -220,7 +225,11 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
todayShowNotificationDialog = true
showNotificationDialog(launcher)
} else {
showDefaultBottomDialog()
if (!ConstObject.setDefault) {
showDefaultBottomDialog()
} else {
showRateDialog()
}
}
}
}
......
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