Commit 0a335ce1 authored by wanglei's avatar wanglei

...

parent a6b489ae
......@@ -102,7 +102,7 @@ class ScanJunkActivity : BaseActivity<ActivityLayoutScanJunkBinding>() {
}
animator1?.start()
if (animator2 == null) {
animator1 = ValueAnimator.ofFloat(0f, 360f)
animator2 = ValueAnimator.ofFloat(0f, 360f)
animator2?.run {
duration = 1000
repeatMode = ValueAnimator.RESTART
......
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