Merge "arc-notifications: Allow app icons to be visible in arc-notifications"
This commit is contained in:
committed by
Android (Google) Code Review
commit
29779f5658
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user