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

This commit is contained in:
Adam Cohen
2015-04-24 21:27:43 +00:00
committed by Android (Google) Code Review
@@ -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).