[6.7.0] remove note
This commit is contained in:
@@ -177,7 +177,6 @@ class CarInfoTabView @JvmOverloads constructor(
|
||||
override fun invokeCarNo(no: String?) {
|
||||
super.invokeCarNo(no)
|
||||
UiThreadHandler.post {
|
||||
// 监听工控的车牌信息,防止调试跳过无车牌内容(链接先后顺序不一致也会导致数据显示异常)
|
||||
if (!no.isNullOrEmpty()) {
|
||||
if (tvCarNo.text.isNotEmpty() && tvCarNo.text == no) {
|
||||
CallerLogger.i("$M_HMI$TAG", "已存在车牌号")
|
||||
|
||||
Reference in New Issue
Block a user