From 70ac4f858881764d9ca5332646c9bdc04c5b870c Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Fri, 15 Mar 2024 14:06:10 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0]=E4=B8=80=E9=94=AE=E5=81=9C=E6=9C=8D?= =?UTF-8?q?=E5=B0=86progress=E9=80=9F=E5=BA=A6=E6=94=B9=E4=B8=BA10?= =?UTF-8?q?=E7=A7=92=E4=B8=80=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/hmi/ui/widget/CheckSystemView.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt index 4c5ea24b0d..8250796995 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt @@ -110,7 +110,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() //一键停服倒计时中 @@ -154,7 +154,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() } @@ -425,7 +425,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() //开始60S倒计时