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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user