Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c05c4c2 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix fallout from merging e5743753 conflicts

Change-Id: Iad16381bdf925a05e2ec609c3a5442c2a0354be9
parent d05d9135
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -762,18 +762,6 @@ public class HorizontalScrollView extends FrameLayout {
        awakenScrollBars();
    }

    /**
     * @hide
     */
    @Override
    public void addClickableRectsForAccessibility(List<RectF> outRects) {
        // This class always consumes touch events, therefore if it
        // covers a view we do not want to send a click over it.
        RectF bounds = new RectF();
        bounds.set(0, 0, getWidth(), getHeight());
        outRects.add(bounds);
    }

    /** @hide */
    @Override
    public boolean performAccessibilityActionInternal(int action, Bundle arguments) {