am b428f3b0: am 1125e88d: am 04ce8195: Merge "Scrapping the view at position zero is still position zero" into lmp-dev

* commit 'b428f3b0122f9edeb9f4efb7389a50a63594a640':
  Scrapping the view at position zero is still position zero
This commit is contained in:
Alan Viverette
2014-08-16 03:33:43 +00:00
committed by Android Git Automerger

View File

@@ -1161,7 +1161,7 @@ public class ListView extends AbsListView {
if (recycleOnMeasure() && mRecycler.shouldRecycleViewType(
((LayoutParams) child.getLayoutParams()).viewType)) {
mRecycler.addScrapView(child, -1);
mRecycler.addScrapView(child, 0);
}
}