Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconAreaController.java +3 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ public class NotificationIconAreaController implements } private void updateShelfIcons() { if (mShelfIcons == null) { return; } updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, true /* showAmbient */, true /* showLowPriority */, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconAreaController.java +3 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ public class NotificationIconAreaController implements } private void updateShelfIcons() { if (mShelfIcons == null) { return; } updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, true /* showAmbient */, true /* showLowPriority */, Loading