Commit 6f15b37f authored by wanglei's avatar wanglei

..

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