Merge "Remove inifinite recursion from PagedView" into ub-launcher3-burnaby
This commit is contained in:
@@ -1045,7 +1045,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
|||||||
public void removeViewAt(int index) {
|
public void removeViewAt(int index) {
|
||||||
// XXX: We should find a better way to hook into this before the view
|
// XXX: We should find a better way to hook into this before the view
|
||||||
// gets removed form its parent...
|
// gets removed form its parent...
|
||||||
removeViewAt(index);
|
removeMarkerForView(index);
|
||||||
super.removeViewAt(index);
|
super.removeViewAt(index);
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user