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

Commit d47d9022 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Add override method to fix building against master support lib." into ub-launcher3-burnaby

parents f196394d ba17ad75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -156,6 +156,10 @@ public class AppsContainerRecyclerView extends RecyclerView
        handleTouchEvent(ev);
    }

    public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {
        // Do nothing
    }

    /**
     * Handles the touch event and determines whether to show the fast scroller (or updates it if
     * it is already showing).