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

Commit b931e6f7 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...

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

Change-Id: I89a94e79970585891eaa5ba8bf82ef63167f05cb
parents 771a0b1e d1d4665c
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;
                }