fix end zoom behavior for double tap
This commit is contained in:
parent
d73c655e20
commit
3dbef6d690
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
@Override
|
||||
public void onTwoFingerTap() {
|
||||
//afterTwoFingersTap = true;
|
||||
if (isZoomingAllowed(getZoom(), -1)) {
|
||||
if (isZoomingAllowed(getZoom(), -1.1f)) {
|
||||
getAnimatedDraggingThread().startZooming(getZoom() - 1, currentViewport.getZoomFloatPart(), true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue