backout map refresh
This commit is contained in:
parent
4fc88dc348
commit
c574fd3cad
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue