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

Commit e688e1e6 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Fix disco bounce crash

b/30413641

Change-Id: Icb2f3f11024daa78c3f59cab8c773091b9481feb
parent b9b54efd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -432,6 +432,9 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
        mAppsView.post(new Runnable() {
            @Override
            public void run() {
                if (mDiscoBounceAnimation == null) {
                    return;
                }
                mDiscoBounceAnimation.start();
            }
        });