[3.2.0-aka-2.15.2] fix batch marker

This commit is contained in:
zhongchao
2023-05-11 17:08:23 +08:00
parent 660b879048
commit 6fdf44b54f

View File

@@ -207,7 +207,6 @@ internal object V2NIdentifyDrawer {
} catch (t: Throwable) {
t.printStackTrace()
}
Logger.d(TAG, "--- onAutopilotIdentifyDataUpdate -- : trafficData: ${ trafficData?.joinToString(",") }")
val shiGong = trafficData?.filter { it.type == 501 || it.type == 502 }
if (shiGong != null && shiGong.isNotEmpty()) {
drawShiGong(shiGong)