[6.5.0] fix: if 判断结构;

This commit is contained in:
aibingbing
2024-07-04 13:55:55 +08:00
parent c448c1aa1d
commit 2c2aaff71e

View File

@@ -352,9 +352,7 @@ internal object V2NIdentifyDrawer: IEventDismissListener {
event.targetIdsList.joinToString(separator = ",")
)
)
}
if (msg.what == MSG_WHAT_DRAW_GREEN_WAVE) {
} else if (msg.what == MSG_WHAT_DRAW_GREEN_WAVE) {
val data = msg.obj as? V2nCrossSpeed ?: return@Callback true
val destX = data.lng
val destY = data.lat