[fix]
[未重置lineid]
This commit is contained in:
yangyakun
2024-06-27 14:02:51 +08:00
parent 78a5d31101
commit 0b4f5c3ddf
2 changed files with 2 additions and 1 deletions

View File

@@ -503,7 +503,7 @@ public class OrderModel {
closeBeautificationMode();
clearStartAutopilotTag();
removeTipRunnables();
updateBusStatus(null);
CacheDataManager.Companion.getInstance().clearCacheData(mContext, BusCacheKey.BUS_LINE_CACHE);
return;
}

View File

@@ -399,6 +399,7 @@ public class OrderModel {
if (refreshBusStationsCallback != null) {
refreshBusStationsCallback.updateEmptyUi();
}
updateBusStatus(null);
clearAutopilotControlParameters();
closeBeautificationMode();
clearStartAutopilotTag();