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

Commit 9407db1e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Fix disco bounce crash b/30413641" into ub-launcher3-calgary

parents e6fe1b59 e688e1e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -418,6 +418,9 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
        mAppsView.post(new Runnable() {
            @Override
            public void run() {
                if (mDiscoBounceAnimation == null) {
                    return;
                }
                mDiscoBounceAnimation.start();
            }
        });