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

Commit 29779f56 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 0a809054 afbbcd9f
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();
    }