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

Commit 9dd404b3 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Notifying page end transition if forceFinish is called in the middle of...

Merge "Notifying page end transition if forceFinish is called in the middle of page transition" into ub-launcher3-master
parents f1f39a84 857b1b94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
        // updating current page on the pass.
        if (resetNextPage) {
            mNextPage = INVALID_PAGE;
            pageEndTransition();
        }
    }

@@ -342,6 +343,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
        // updating current page on the pass.
        if (resetNextPage) {
            mNextPage = INVALID_PAGE;
            pageEndTransition();
        }
    }