rm unlock logic when change zoom

This commit is contained in:
wangcongtao
2020-02-24 12:45:42 +08:00
parent 8e71929066
commit 5f5505dbe0
4402 changed files with 215602 additions and 2 deletions

View File

@@ -368,7 +368,6 @@ public class AMapNaviViewWrapper implements IMogoMapView,
@Override
public void changeZoom( float zoom ) {
Logger.d( TAG, "changeZoom %s", zoom );
mockTouchEvent();
getMap().changeZoom( zoom );
}
@@ -458,6 +457,7 @@ public class AMapNaviViewWrapper implements IMogoMapView,
@Override
public void recoverLockMode() {
if ( checkAMapView() ) {
Logger.d( TAG, "锁车" );
mMapView.recoverLockMode();
}
}