diff --git a/libraries/mogo-hardware-devices/src/main/java/com/mogo/support/device/led/LedSourceManager.kt b/libraries/mogo-hardware-devices/src/main/java/com/mogo/support/device/led/LedSourceManager.kt index 1f4e4847de..4587caad10 100644 --- a/libraries/mogo-hardware-devices/src/main/java/com/mogo/support/device/led/LedSourceManager.kt +++ b/libraries/mogo-hardware-devices/src/main/java/com/mogo/support/device/led/LedSourceManager.kt @@ -287,9 +287,9 @@ object LedSourceManager : IWriteChainLogListener { updateLineNameUI(lineName); } else if (type == 2) { //结束 - receiveUI(FinishUI()) frontViewModel.reset() backViewModel.reset() + receiveUI(FinishUI()) } else if (type == 3) { //出站 if (arrivalStopName.isNotEmpty()) {