[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:
Jean-Baptiste
2026-01-01 08:24:31 +01:00
parent 008a785564
commit 4facdfcad8

View File

@@ -25,7 +25,6 @@ public class ElevationProfileChart extends LineChart
@Override
public boolean onInterceptTouchEvent(MotionEvent ev)
{
getParent().requestDisallowInterceptTouchEvent(true);
return hasZoom() || super.onInterceptTouchEvent(ev);
}