backout map refresh

This commit is contained in:
sonora 2017-01-01 19:11:12 +01:00
parent 4fc88dc348
commit c574fd3cad

View file

@ -220,7 +220,6 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
public void onTwoFingerTap() {
//afterTwoFingersTap = true;
if (isZoomingAllowed(getZoom(), -1.1f)) {
refreshMap();
getAnimatedDraggingThread().startZooming(getZoom() - 1, currentViewport.getZoomFloatPart(), true);
}
}