This commit is contained in:
wangcongtao
2020-02-25 11:01:17 +08:00
parent e0acbd5762
commit a912c00350

View File

@@ -626,7 +626,7 @@ public class MogoServiceProvider implements IMogoModuleProvider,
public void refreshStrategy() {
Logger.d( TAG, "move to center and refresh data." );
mStatusManager.setUserInteractionStatus( ServiceConst.TYPE, true, false );
mUiController.moveToCenter( mLastAutoRefreshLocation );
mUiController.recoverLockMode();// 锁车代替移到中心点
notifyRefreshData( mLastAutoRefreshLocation, getQueryRadius(), mAutoRefreshCallback );
}