fix )
This commit is contained in:
parent
6fffbbe0f8
commit
63cbf48fea
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue