This commit is contained in:
jiaguofeng
2020-08-31 10:51:22 +08:00
parent f298f57bc8
commit de95cc312f
3 changed files with 7 additions and 8 deletions

View File

@@ -593,7 +593,7 @@ public class AMapViewWrapper implements IMogoMapView, IMogoMapUIController, Loca
@Override
public synchronized boolean isCarLocked() {
return mIsCarLocked;
return mMapView.getMapAutoViewHelper().getLockMode();
}
@Override