Merge "arc-notifications: Allow app icons to be visible in arc-notifications"

This commit is contained in:
TreeHugger Robot
2021-01-21 17:14:19 +00:00
committed by Android (Google) Code Review

View File

@@ -938,6 +938,7 @@ public final class NotificationEntry extends ListEntry {
/** Whether or not the icon for this notification is visible in the shelf. */
public void setShelfIconVisible(boolean shelfIconVisible) {
if (row == null) return;
mShelfIconVisible = shelfIconVisible;
updateShelfIconVisibility();
}