黑夜白天模式细节调整

This commit is contained in:
tongchenfei
2020-09-03 13:47:04 +08:00
parent e26ea5c569
commit d6ee74b96f
17 changed files with 77 additions and 487 deletions

View File

@@ -146,6 +146,7 @@ public class MainActivity extends MvpActivity< MainView, MainPresenter > impleme
// obuManager.registerObuDataChangedListener(EventDispatchCenter.getInstance());
// }
initAdasControlStatusListener();
EventDispatchCenter.getInstance().setMapLoadedCallback( () -> {
Logger.d( TAG, "map loaded." + Thread.currentThread().getName() );
@@ -181,7 +182,6 @@ public class MainActivity extends MvpActivity< MainView, MainPresenter > impleme
// IMogoMonitorProvider monitorProvider = (IMogoMonitorProvider) ARouter.getInstance().build(MogoServicePaths.PATH_MOGO_MONITOR).navigation(this);
// monitorProvider.resetActivityContext(this);
mServiceApis.getMogoMonitorApi().resetActivityContext( this );
initAdasControlStatusListener();
}
private void initAdasControlStatusListener() {