From 2c2aaff71ed00f37c7616fa8d5ff738a5e2c923c Mon Sep 17 00:00:00 2001 From: aibingbing Date: Thu, 4 Jul 2024 13:55:55 +0800 Subject: [PATCH] =?UTF-8?q?[6.5.0]=20fix:=20if=20=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E7=BB=93=E6=9E=84=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt index 1abef8b38f..2853c33794 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt @@ -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