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

* commit 'd47d90224a6f723ea7b30a5767c9faccc02e63bd':
  Add override method to fix building against master support lib.
This commit is contained in:
Adam Cohen
2015-04-24 21:36:27 +00:00
committed by Android Git Automerger
@@ -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).