Merge branch 'dev_robotaxi-d_230711_3.4.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_230711_3.4.0

This commit is contained in:
xinfengkun
2023-07-12 17:59:37 +08:00
4 changed files with 161 additions and 158 deletions

View File

@@ -978,7 +978,8 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void setLockMode(boolean isLock) {
if (checkAMapView()) {
mMapView.getMapAutoViewHelper().setLockMode(true);
Log.d("TTTTT", "setLockMode:" +isLock);
mMapView.getMapAutoViewHelper().setLockMode(isLock);
}
}