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

Commit 3674a640 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

am: d4b6e59c

Change-Id: Ib6f48bc7bf8f6cfae5f66adcdd7923891c320f99
parents b7079d63 d4b6e59c
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);