Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -432,7 +432,6 @@ public class EventDispatchCenter implements
|
||||
@Override
|
||||
public void onLocationChanged( MogoLocation location ) {
|
||||
|
||||
final long start = System.currentTimeMillis();
|
||||
Iterator< IMogoLocationListener > iterator = MogoRegisterCenterHandler.getInstance().getLocationListeners();
|
||||
if ( iterator == null ) {
|
||||
return;
|
||||
@@ -447,7 +446,6 @@ public class EventDispatchCenter implements
|
||||
}
|
||||
}
|
||||
}
|
||||
Logger.i( TAG, "onLocationChanged event cost " + ( System.currentTimeMillis() - start ) + "ms" );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -187,7 +187,6 @@ public class MainActivity extends MvpActivity< MainView, MainPresenter > impleme
|
||||
}
|
||||
} );
|
||||
|
||||
mServiceApis.getMogoMonitorApi().resetActivityContext( this );
|
||||
}
|
||||
|
||||
private void resetMapCenterPoint() {
|
||||
|
||||
Reference in New Issue
Block a user