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

Commit 5ea19572 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where heads up notifications had no icon

Test: add heads-up notification
Bug: 32437839
Change-Id: I44b81a5f16d7d9d12d51b94f7fc4b000878acbd7
parent 2b549f4b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -417,6 +417,9 @@ public class NotificationShelf extends ActivatableNotificationView {
                iconState.scaleY = 1.0f;
                iconState.hidden = false;
            }
            if (row.isAboveShelf()) {
                iconState.hidden = true;
            }
        }
    }