Merge "Check for Shelf icon Nullness."

This commit is contained in:
Ben Lin
2022-01-21 19:59:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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 */,