summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android Build Merger (Role) <noreply-android-build-merger@google.com> 2019-07-29 21:58:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-07-29 21:58:53 +0000
commita080e876e2bbbdc69b1dcb8313ae96a5db81771f (patch)
tree443d335bf440840ae45b49fd60b78140f362d451
parent6fb70751966d45eede91ad0dd55a4b17c38dcebc (diff)
parent517fb3508bd365420d357bea43edee40e79409e1 (diff)
Merge "Merge "Fixed an issue where the notification wouldn't collapse" into qt-dev am: 8ba52400f5 am: a4ca52d297" into qt-r1-dev-plus-aosp
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/ActivityLaunchAnimator.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/ActivityLaunchAnimator.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/ActivityLaunchAnimator.java
index 0d9f4e7b909d..91d47077fc31 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/ActivityLaunchAnimator.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/ActivityLaunchAnimator.java
@@ -153,6 +153,7 @@ public class ActivityLaunchAnimator {
if (primary == null) {
setAnimationPending(false);
invokeCallback(iRemoteAnimationFinishedCallback);
+ mNotificationPanel.collapse(false /* delayed */, 1.0f /* speedUpFactor */);
return;
}