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

Commit 2ff7b53e authored by Jon Miranda's avatar Jon Miranda
Browse files

Fix bug where QSB flickers on app close.

Bug: 123900446
Change-Id: I9b03b2d91d264de237328511b5406e5fcd22dbac
parent 958cc065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1067,8 +1067,8 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity>
                    setStateOnUiThread(target.endState);
                }
            });
            homeAnimFactory.playAtomicAnimation(velocityPxPerMs.y);
            windowAnim.start(velocityPxPerMs);
            homeAnimFactory.playAtomicAnimation(velocityPxPerMs.y);
            mRunningWindowAnim = RunningWindowAnim.wrap(windowAnim);
            mLauncherTransitionController = null;
        } else {