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

Commit d4b6e59c 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: ca8b2700

Change-Id: I3ce745ab3546fa93aa0cafa7874b8449e6d2cfc9
parents 4c2bbbf5 ca8b2700
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1512,6 +1512,11 @@ public class StatusBar extends SystemUI implements DemoMode,
            }
        };

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

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