[2.13.2]fix bug of ai cloud data clear and change the color of ai cloud

This commit is contained in:
zhongchao
2023-01-11 21:25:52 +08:00
parent cd80420605
commit 2811116325
10 changed files with 32 additions and 30 deletions

View File

@@ -1129,7 +1129,7 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void setLockMode(boolean isLock) {
if (checkAMapView()) {
mMapView.getMapAutoViewHelper().setLockMode(true);
mMapView.getMapAutoViewHelper().setLockMode(isLock);
}
}