From aafc0c30ee74c9d9346c38354a824e09d3be0ac0 Mon Sep 17 00:00:00 2001 From: liujing Date: Sun, 28 Nov 2021 10:19:47 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E8=A7=A3=E5=86=B3'=E8=B7=AF=E9=9D=A2?= =?UTF-8?q?=E7=BB=93=E5=86=B0'=E9=81=93=E8=B7=AF=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E4=B8=8D=E5=91=88=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/module/common/enums/EventTypeEnum.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt index 84d9a385d8..1143308fca 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enums/EventTypeEnum.kt @@ -63,7 +63,10 @@ enum class EventTypeEnum( ), //结冰 - FOURS_ICE("10011", "路面结冰", "路面结冰", R.drawable.v2x_icon_jiebing_vr, content = "前方路面结冰", tts = "路面结冰"), + FOURS_ICE( + "10011", "路面结冰", "路面结冰", R.drawable.v2x_icon_jiebing_vr, + "前方路面结冰", "路面结冰" + ), //停车场 FOURS_PARKING("10012", "停车场", "停车场", content = "停车场附近", tts = "停车场"),