see if this suffices
This commit is contained in:
parent
279584e42b
commit
6c3877561f
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
if (!isZoomingAllowed(baseZoom, dz)) {
|
||||
dz = Math.signum(dz);
|
||||
}
|
||||
zoomToAnimate(baseZoom, dz, !(doubleTapScaleDetector.isInZoomMode() || afterDoubleTap));
|
||||
zoomToAnimate(baseZoom, dz, !doubleTapScaleDetector.isInZoomMode());
|
||||
rotateToAnimate(calcRotate);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue