Merge "Remove inifinite recursion from PagedView" into ub-launcher3-burnaby

This commit is contained in:
Adam Cohen
2015-06-15 18:21:20 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -1045,7 +1045,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
public void removeViewAt(int index) {
// XXX: We should find a better way to hook into this before the view
// gets removed form its parent...
removeViewAt(index);
removeMarkerForView(index);
super.removeViewAt(index);
}
@Override