From ba17ad75f001d19b4ae43e9401a41b8d18f02a6e Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 24 Apr 2015 13:59:17 -0700 Subject: Add override method to fix building against master support lib. --- src/com/android/launcher3/AppsContainerRecyclerView.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/com/android/launcher3/AppsContainerRecyclerView.java b/src/com/android/launcher3/AppsContainerRecyclerView.java index 16244ee35..f8897128e 100644 --- a/src/com/android/launcher3/AppsContainerRecyclerView.java +++ b/src/com/android/launcher3/AppsContainerRecyclerView.java @@ -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). -- cgit v1.2.3