test refreshing map before getting zoom
This commit is contained in:
parent
4b1940c1ae
commit
4fc88dc348
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ 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