This commit is contained in:
wangcongtao
2020-06-12 11:55:48 +08:00
parent f29bcab11d
commit a411944a29
10 changed files with 77 additions and 44 deletions

View File

@@ -577,6 +577,11 @@ public class MogoServices implements IMogoMapListener,
@Override
public void onLocationChanged( MogoLocation location ) {
if ( !mStatusManager.isMainPageLaunched() ) {
return;
}
if ( mStatusManager.isV2XShow() ) {
return;
}
@@ -621,6 +626,10 @@ public class MogoServices implements IMogoMapListener,
* 刷新数据
*/
private void notifyRefreshData( MogoLatLng latLng, int radius, RefreshCallback callback ) {
if ( !mStatusManager.isMainPageLaunched() ) {
return;
}
if ( mStatusManager.isSearchUIShow() ) {
return;
}