Commit 60f343ec authored by wanglei's avatar wanglei

...

parent d9c769cf
...@@ -40,6 +40,7 @@ class WhatsAppCleanerAnimationActivity : BaseActivity<ActivityWhatsAppCleanerAni ...@@ -40,6 +40,7 @@ class WhatsAppCleanerAnimationActivity : BaseActivity<ActivityWhatsAppCleanerAni
binding.lottie.playAnimation() binding.lottie.playAnimation()
} }
@SuppressLint("SetTextI18n")
fun jumpJob() = lifecycleScope.launch { fun jumpJob() = lifecycleScope.launch {
delay(Random.nextLong(3500, 4500)) delay(Random.nextLong(3500, 4500))
binding.lottie.cancelAnimation() binding.lottie.cancelAnimation()
......
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