Commit 644b63e7 authored by wanglei's avatar wanglei

...

parent 54bb458c
......@@ -235,7 +235,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>() {
val delayTime = 300L
delay(delayTime)
processTime += delayTime
if (processTime >= Random.nextLong(3000, 4000)) {
if (processTime >= Random.nextLong(2500, 3000)) {
if (!outTimeAdStart) {
outTimeAdStart = true
outTimeAd()
......
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