pass all MotionEvents also to gestureDetector
This commit is contained in:
parent
347975349a
commit
d9a2223848
1 changed files with 1 additions and 1 deletions
|
@ -861,8 +861,8 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
|
|||
for (int i = layers.size() - 1; i >= 0; i--) {
|
||||
layers.get(i).onTouchEvent(event, getCurrentRotatedTileBox());
|
||||
}
|
||||
gestureDetector.onTouchEvent(event);
|
||||
}
|
||||
gestureDetector.onTouchEvent(event);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue