am f72eb710: Removing override annotation to fix build.

* commit 'f72eb710af8d5125d1d87ea18a94b19c9bf56cea':
  Removing override annotation to fix build.
This commit is contained in:
Winson Chung
2015-05-20 18:19:17 +00:00
committed by Android Git Automerger
@@ -183,7 +183,6 @@ public class WidgetsListAdapter extends Adapter<WidgetsRowViewHolder> {
}
}
@Override
public boolean onFailedToRecycleView(WidgetsRowViewHolder holder) {
// If child views are animating, then the RecyclerView may choose not to recycle the view,
// causing extraneous onCreateViewHolder() calls. It is safe in this case to continue