[6.5.0_tmp] fix bug of param thread

This commit is contained in:
EmArrow
2024-06-12 16:15:25 +08:00
parent 507e6ae642
commit 23f83fc5d7

View File

@@ -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是否可以进行语音提示