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

Commit 0d89e1d7 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

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

* commit 'ddd5aaaf':
  Perform null check in animation complete
parents e4bafbb3 ddd5aaaf
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();