Commit 670c31b6 authored by maxiaoliang's avatar maxiaoliang

启动页修改

parent 8f7bf7c7
...@@ -97,12 +97,11 @@ class Splash2Activity : BaseActivity<ActivitySplashBinding>(), ...@@ -97,12 +97,11 @@ class Splash2Activity : BaseActivity<ActivitySplashBinding>(),
AdmobMaxHelper.admobMaxShowOpenAd(this,{ AdmobMaxHelper.admobMaxShowOpenAd(this,{
mTaskManager?.pauseProgress() mTaskManager?.pauseProgress()
},{ },{
if (!isPause) {
mTaskManager?.pauseProgress() mTaskManager?.pauseProgress()
runOnUiThread { runOnUiThread {
mTaskManager?.maxProgress() mTaskManager?.maxProgress()
} }
}
}) })
} }
......
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