mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 10:33:45 +00:00
[android] Fix interaction on the place page when elevation chart is visible
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
@@ -25,7 +25,6 @@ public class ElevationProfileChart extends LineChart
|
||||
@Override
|
||||
public boolean onInterceptTouchEvent(MotionEvent ev)
|
||||
{
|
||||
getParent().requestDisallowInterceptTouchEvent(true);
|
||||
return hasZoom() || super.onInterceptTouchEvent(ev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user