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

Commit 18067304 authored by Dave Mankoff's avatar Dave Mankoff Committed by Android (Google) Code Review
Browse files

Merge "Prevent NPE occuring when clearing all notifications."

parents 19f946e8 57445801
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4849,7 +4849,7 @@ public class NotificationStackScrollLayout extends ViewGroup
            activatedChild.makeInactive(false /* animate */);
        }
        updateFooter();
        updateChildren();
        requestChildrenUpdate();
        onUpdateRowStates();

        mEntryManager.updateNotifications();