[charter]

[3.2.0]
[切换视角为中视角]
This commit is contained in:
yangyakun
2023-05-22 11:38:01 +08:00
parent ac3661be33
commit 1ef74fe1de
2 changed files with 7 additions and 13 deletions

View File

@@ -348,9 +348,9 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void changeZoom2(float zoom) {
if (isVrMold()) {
return;
}
// if (isVrMold()) {
// return;
// }
CallerLogger.INSTANCE.d(M_MAP + TAG, "changeZoom2 : " + zoom);
if (DebugConfig.isDebug()) {
CallerLogger.INSTANCE.d(M_MAP + TAG, Log.getStackTraceString(new Throwable()));