This commit is contained in:
wangcongtao
2020-03-30 11:52:17 +08:00
parent 9d0063f79c
commit 93b83ad45e
4 changed files with 16 additions and 11 deletions

View File

@@ -84,8 +84,8 @@ public class MapPresenter extends Presenter<MapView> implements
mMogoMapService.getMapUIController().recoverLockMode();//缩放地图会导致锁车发生改变,这里强制锁车
}, 1_000 );
} else {
// 30s后锁车刷新
mRefreshStrategyController.restartAutoRefreshAtTime( 30_000 );
// 20s后锁车刷新
mRefreshStrategyController.restartAutoRefreshAtTime( 20_000 );
}
} else if (type == 2) {