add comment
This commit is contained in:
parent
6657f67e81
commit
e5b7ce987c
1 changed files with 1 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
||||||
private class MapTileViewOnGestureListener extends SimpleOnGestureListener {
|
private class MapTileViewOnGestureListener extends SimpleOnGestureListener {
|
||||||
@Override
|
@Override
|
||||||
public boolean onDown(MotionEvent e) {
|
public boolean onDown(MotionEvent e) {
|
||||||
|
// Facilitates better map re-linking for two finger tap zoom out
|
||||||
wasMapLinkedBeforeGesture = ((MapActivity) activity).getMapViewTrackingUtilities().isMapLinkedToLocation();
|
wasMapLinkedBeforeGesture = ((MapActivity) activity).getMapViewTrackingUtilities().isMapLinkedToLocation();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue