From 44862245fb6781080eb92c4121e2db04b2257e84 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Tue, 29 Oct 2024 14:51:15 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][Fix]=E8=A7=A3=E5=86=B3=E9=AB=98?= =?UTF-8?q?=E5=BE=B7=E5=9C=B0=E5=9B=BE=E5=81=B6=E7=8E=B0=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=99=BA=E6=85=A7=E9=81=93=E8=B7=AF=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/function/view/TravelRealityView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt index 7ee7695eda..2bc394c97e 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/view/TravelRealityView.kt @@ -1726,7 +1726,7 @@ class TravelRealityView @JvmOverloads constructor( hideStartEndMarker() } } else { - drawStartEndMarker(emptyList()) + drawStartEndMarker(ArrayList()) } } }