From b8dd567f40fedfa12ec7b8f548f0ada80cef84d7 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 18 Dec 2024 18:19:17 +0800 Subject: [PATCH] [6.8.4] [fix] [recode] --- .../java/com/mogo/och/bridge/ui/autopilot/AutopilotState.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/common/bridge/src/main/java/com/mogo/och/bridge/ui/autopilot/AutopilotState.kt b/OCH/common/bridge/src/main/java/com/mogo/och/bridge/ui/autopilot/AutopilotState.kt index c64db1306c..937f694c45 100644 --- a/OCH/common/bridge/src/main/java/com/mogo/och/bridge/ui/autopilot/AutopilotState.kt +++ b/OCH/common/bridge/src/main/java/com/mogo/och/bridge/ui/autopilot/AutopilotState.kt @@ -42,12 +42,12 @@ class AutopilotState @JvmOverloads constructor( private fun initView() { LayoutInflater.from(context).inflate(R.layout.common_autopilot_view, this, true) autopilotStateAnimator = BigFrameAnimatorContainer(R.array.in_auto, 31, aciv_autopilot_running_ani) - autopilotLoadingAnimator = ObjectAnimator.ofFloat(aciv_autopilot_state, "rotation", 0f, 360f); + autopilotLoadingAnimator = ObjectAnimator.ofFloat(aciv_autopilot_state, "rotation", 0f, 360f) autopilotLoadingAnimator.interpolator = LinearInterpolator() autopilotLoadingAnimator.repeatCount = -1 //无限循环 autopilotLoadingAnimator.duration = 2000 //无限循环 - autopilotChangeStateAnimator = ObjectAnimator.ofFloat(aciv_autopilot_state, "alpha", 1f, 0f,1f); + autopilotChangeStateAnimator = ObjectAnimator.ofFloat(aciv_autopilot_state, "alpha", 1f, 0f,1f) autopilotChangeStateAnimator.interpolator = LinearInterpolator() autopilotChangeStateAnimator.duration = 300 onClick {