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

am: 8ba52400f5

Change-Id: I9906cf30e31c1bd3fa0968f65ffaa1fd33b2ce1b
This commit is contained in:
Selim Cinek
2019-07-29 14:22:55 -07:00
committed by android-build-merger

View File

@@ -153,6 +153,7 @@ public class ActivityLaunchAnimator {
if (primary == null) { if (primary == null) {
setAnimationPending(false); setAnimationPending(false);
invokeCallback(iRemoteAnimationFinishedCallback); invokeCallback(iRemoteAnimationFinishedCallback);
mNotificationPanel.collapse(false /* delayed */, 1.0f /* speedUpFactor */);
return; return;
} }