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

Commit 493f6bc1 authored by Adam Cohen's avatar Adam Cohen
Browse files

Perform null check in animation complete

Bug 17561235

Change-Id: I280dca9e03eed3f4e1edd97f2f8efac0b5e4b29d
parent 83e5941d
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();