[6.5.0_tmp] fix bug of param thread
This commit is contained in:
@@ -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是否可以进行语音提示
|
||||
|
||||
|
||||
Reference in New Issue
Block a user