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

Commit afbbcd9f authored by Sara Kato's avatar Sara Kato
Browse files

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

This was caused by shelf icon visibility being set on an empty row in
NotificationEntry

Test: None
Bug: 171839585
Change-Id: I5ea4ccd34ca489fba6b5a83c39718d0d8bf149d2
parent 17a32e80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
    }