diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt index e65679db5c..e8829662b7 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/TakeOverView.kt @@ -43,9 +43,10 @@ class TakeOverView @JvmOverloads constructor( LayoutInflater.from(context).inflate(R.layout.view_take_over, this, true) } + @Volatile private var takeOver = false + @Volatile private var isParallel: Boolean = false //是否是平行驾驶 - @Volatile private var canSound = true //M1是否可以进行语音提示