解决m3上无法启动的问题

This commit is contained in:
wangcongtao
2021-01-06 14:55:05 +08:00
parent 53e2a7ab4e
commit c6ce25c983
3 changed files with 11 additions and 5 deletions

View File

@@ -161,6 +161,9 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
if ( data == null ) {
return;
}
if ( !MogoApisHandler.getInstance().getApis().getStatusManagerApi().isMainPageLaunched() ) {
return;
}
// if ( !MogoApisHandler.getInstance().getApis().getStatusManagerApi().isVrMode() ) {
//// return;
// }