Commit 1c879217 authored by wanglei's avatar wanglei

...

parent 3b86a9fa
......@@ -94,10 +94,10 @@ class MyApplication : BaseApplication() {
if (flag) {
if (AdmobOpenUtils.isOpenAdLoaded()) {
LogEx.logDebug(TAG, "展示广告")
LogEx.logDebug(TAG, "show ad")
AdmobOpenUtils.showAppOpenAd(activity)
} else {
LogEx.logDebug(TAG, "跳转启动页")
LogEx.logDebug(TAG, "jump splash")
topActivity?.startActivity(
Intent(
topActivity,
......
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