This commit is contained in:
wangcongtao
2020-02-19 18:55:16 +08:00
parent 199c07c1b3
commit e7a6252835
2203 changed files with 24 additions and 107805 deletions

View File

@@ -128,6 +128,8 @@ public class MogoServiceProvider implements IMogoModuleProvider,
Logger.d( TAG, "move to center and refresh data." );
mStatusManager.setUserInteractionStatus( ServiceConst.TYPE, true, false );
mUiController.moveToCenter( mLastAutoRefreshLocation );
mStatusManager.setUserInteractionStatus( TAG, true, false );
mUiController.changeZoom( 16.0f );
notifyRefreshData( mLastAutoRefreshLocation, getQueryRadius(), mAutoRefreshCallback );
} else {
mHandler.sendEmptyMessageDelayed( msg.what, ServiceConst.DECREASE_INTERVAL );