This commit is contained in:
sonora 2017-01-03 17:44:47 +01:00
parent 6fffbbe0f8
commit 63cbf48fea

View file

@ -1061,7 +1061,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
* (multiTouchSupport.getCenterPoint().y - initialMultiTouchCenterPoint.y))
< 64;
zoomToAnimate(baseZoom, dz, !(doubleTapScaleDetector.isInZoomMode() || loseLocationLinkSlop);
zoomToAnimate(baseZoom, dz, !(doubleTapScaleDetector.isInZoomMode() || loseLocationLinkSlop));
rotateToAnimate(calcRotate);
}