[6.3.0][小智] 修正V2N事件到来时,小智形象不展示
This commit is contained in:
@@ -1478,5 +1478,10 @@ enum class EventTypeEnumNew(
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun getEnumType(poiType: String): EventTypeEnumNew {
|
||||
return EventTypeEnumNew.values().find { it.poiType == poiType } ?: throw AssertionError("poiType: $poiType corresponding to enum value not find.")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user