Fix bug
修复查看路口、前方车辆直播弹窗动画异常 关闭了一些不必要的bug 删除了测试面板 升级地图版本1.0.0-vr-8.5.36
This commit is contained in:
@@ -271,7 +271,7 @@ public class MapCenterPointStrategy {
|
||||
return;
|
||||
}
|
||||
if ( MogoApisHandler.getInstance().getApis().getStatusManagerApi().isVrMode() ) {
|
||||
Logger.w( TAG, "vr 模式下忽略该设置" );
|
||||
//Logger.w( TAG, "vr 模式下忽略该设置" );
|
||||
return;
|
||||
}
|
||||
Map< Integer, Map< String, MapCenterPoint > > strategies = sCommonStrategies;
|
||||
|
||||
Reference in New Issue
Block a user