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

Commit 5b139a5c authored by Adam Cohen's avatar Adam Cohen
Browse files

Remove inifinite recursion from PagedView

-> thanks adamp@

Change-Id: I36836357f5f194ac69530475b124595174c8b636
parent e89cf793
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