Merge "Fixed an issue where the notification wouldn't collapse" into qt-dev
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user