[opt-2.15.0]修改雨天模式开关默认状态为开启(仅针对taxi320及以上的版本)-sop

This commit is contained in:
xuxinchao
2023-03-16 10:33:58 +08:00
parent 33284fbcf9
commit f00d58d7a9
2 changed files with 15 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ import com.mogo.eagle.core.function.call.msgbox.CallerMsgBoxManager
import com.mogo.eagle.core.utilcode.kotlin.lifecycleOwner
import com.mogo.eagle.core.utilcode.mogo.AppIdentityModeUtils
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger
import com.mogo.eagle.core.utilcode.mogo.logger.scene.SceneConstant
import com.mogo.eagle.core.utilcode.mogo.logger.scene.SceneConstant.Companion.M_DEVA
import com.mogo.eagle.core.utilcode.mogo.toast.TipToast
import com.mogo.eagle.core.utilcode.util.*
@@ -206,7 +205,7 @@ internal object BadCaseManager : LifecycleEventObserver, IMoGoAutopilotRecordLis
})
passiveBadCaseWindow.showFloatWindow()
if (countdown) {
val countDownTimer = object : CountDownTimer(10000, 1000) {
val countDownTimer = object : CountDownTimer(10000, 10000) {
override fun onTick(p0: Long) {
}