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

Commit 621d2f4f authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an issue where the notification wouldn't collapse" into qt-dev am: 8ba52400

am: a4ca52d2

Change-Id: I68358e49e5a574018a960317def83c5f192c75aa
parents e17adb94 a4ca52d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ public class ActivityLaunchAnimator {
                if (primary == null) {
                    setAnimationPending(false);
                    invokeCallback(iRemoteAnimationFinishedCallback);
                    mNotificationPanel.collapse(false /* delayed */, 1.0f /* speedUpFactor */);
                    return;
                }