Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be9c52ff authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

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

parents e863fed1 5b139a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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