解决分体机识别他车不展示问题

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-09-15 17:44:58 +08:00
parent ec8d5e0a5b
commit 1d00537cbd
3 changed files with 6 additions and 3 deletions

View File

@@ -357,9 +357,7 @@ public class AMapViewWrapper implements IMogoMapView,
// setUIMode(ui);
// break;
case Type_VR:
if (DebugConfig.getCarMachineType() == DebugConfig.CAR_MACHINE_TYPE_LENOVO) {
mMapView.getMapAutoViewHelper().setScaleVRMode(true);
}
mMapView.getMapAutoViewHelper().setScaleVRMode(true);
mMapView.getMapAutoViewHelper().setMapStyle(MapAutoApi.MAP_STYLE_VR);
return;
// case Type_Light: