[charter_p]
[避免频繁播报]
This commit is contained in:
yangyakun
2024-01-22 18:31:03 +08:00
parent 8f8e012f55
commit dd176477c5

View File

@@ -91,10 +91,10 @@ class GoViewWithArrive @JvmOverloads constructor(
IMoGoAutopilotStatusListener.STATUS_AUTOPILOT_RUNNING -> {
// 重新起步
StopSideManager.resetStopSide()
CharterPassengerModel.leaveStation()
ToastCharterUtils.showToastShort("车辆行驶中,不要频繁点击哦~")
}
IMoGoAutopilotStatusListener.STATUS_PARALLEL_DRIVING -> {
ToastCharterUtils.showToastShort("安全守护中,无需操作")
ToastCharterUtils.showToastShort("车辆行驶中,不要频繁点击哦")
}
else -> {}
}