This commit is contained in:
wangcongtao
2021-02-02 15:53:13 +08:00
parent f11e8c651e
commit 89dc62477f
4 changed files with 25 additions and 1 deletions

View File

@@ -82,6 +82,11 @@ public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> e
findViewById(R.id.btnAutopilotArrive).setOnClickListener(view -> MogoApisHandler.getInstance().getApis().getAdasControllerApi().mockOchStatus(-1, "Running"));
// MogoApisHandler.getInstance()
// .getApis()
// .getMapServiceApi()
// .getMapUIController()
// .openVrMode();
}
private void checkCallView(boolean isShown) {