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

Commit 94e9d537 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Ensure mCurrentPage is valid after page is removed" into ub-launcher3-dorval-polish

parents efbfcb83 a361c720
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -926,6 +926,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
    @Override
    public void onChildViewRemoved(View parent, View child) {
        updateFreescrollBounds();
        mCurrentPage = validateNewPage(mCurrentPage);
        invalidate();
    }