Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6fffbbe0f8
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
}
|
||||
|
||||
//Try some slop logic here to better facilitate two finger tap zoom without losing map-linked-to-location
|
||||
boolean loseLocationLinkSlop = (multiTouchSupport.getCenterPoint().x - initialMultiTouchCenterPoint.x)
|
||||
boolean loseLocationLinkSlop = ((multiTouchSupport.getCenterPoint().x - initialMultiTouchCenterPoint.x)
|
||||
* (multiTouchSupport.getCenterPoint().x - initialMultiTouchCenterPoint.x)
|
||||
+ (multiTouchSupport.getCenterPoint().y - initialMultiTouchCenterPoint.y)
|
||||
* (multiTouchSupport.getCenterPoint().y - initialMultiTouchCenterPoint.y))
|
||||
|
|
Loading…
Reference in a new issue