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

Commit 76ea2221 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Collapse Notification panel after tapping CLEAR ALL button" am:...

Merge "Collapse Notification panel after tapping CLEAR ALL button" am: ca8b2700 am: d4b6e59c am: 3674a640
am: adea17d3

Change-Id: Ie80f7695f63341aa6b6ce0fdd4060c0c057db5b1
parents 897f6ddd adea17d3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1437,6 +1437,11 @@ public class StatusBar extends SystemUI implements DemoMode,
            animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_NONE);
        };

        if (hideAnimatedList.isEmpty()) {
            animationFinishAction.run();
            return;
        }

        // let's disable our normal animations
        mStackScroller.setDismissAllInProgress(true);