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

Commit ba17ad75 authored by Winson Chung's avatar Winson Chung
Browse files

Add override method to fix building against master support lib.

parent 7372fc65
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).