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

Commit c510b5eb authored by Muyuan Li's avatar Muyuan Li
Browse files

Making clearAllNotifications in PSB public.

Change-Id: I5603755e8f66d12d53dc167e1a97045fa93f60a5
(cherry picked from commit 083281681ef711d7cc1ea64d5ef89a4b46c61e35)
parent 23ca1686
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1012,7 +1012,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        }
    }

    private void clearAllNotifications() {
    public void clearAllNotifications() {

        // animate-swipe all dismissable notifications, then animate the shade closed
        int numChildren = mStackScroller.getChildCount();