Commit 6f15b37f authored by wanglei's avatar wanglei

..

parent bf2e8dd9
......@@ -88,7 +88,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>() {
} else {
LogEx.logDebug(TAG, "load max")
maxInitAction = {
Log.d(TAG,"max init suc")
Log.d(TAG, "max init suc")
AdMaxOpenUtils.loadAppOpenAd(this)
AdMaxInterstitialUtils.loadInterstitialAd(this)
}
......@@ -225,7 +225,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>() {
binding.pb.setProgress(value, true)
progress.emit(value)
val delayTime = 300L
val delayTime = 450L
delay(delayTime)
processTime += delayTime
if (processTime >= Random.nextLong(3000, 4000)) {
......
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