bugfix: UI-884

This commit is contained in:
wangcongtao
2020-07-29 16:41:10 +08:00
parent c4a223d520
commit 462b17c12b
2 changed files with 23 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ public class MoGoV2XMarkerManager implements IMoGoV2XMarkerManager {
// 锁车
V2XServiceManager.getMapUIController().recoverLockMode();
// 开启主Launcher刷新
V2XServiceManager.getIMogoRefreshStrategyController().restartAutoRefreshAtTime(500);
V2XServiceManager.getIMogoRefreshStrategyController().restartAutoRefreshAtTime(0);
}
@Override