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

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

Merge "Perform null check in animation complete" into ub-now-porkchop

parents c0b89b72 493f6bc1
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3632,9 +3632,11 @@ public class Launcher extends Activity
                    }

                    // Reset page transforms
                    if (page != null) {
                        page.setTranslationX(0);
                        page.setTranslationY(0);
                        page.setAlpha(1);
                    }
                    content.setCurrentPage(content.getNextPage());

                    mAppsCustomizeContent.updateCurrentPageScroll();