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

Commit b86397da authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 283bbf36: am 9834d534: better debugging "slot" for the notification icons.

parents 33e2f07e 283bbf36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class PhoneStatusBarService extends StatusBarService {
        final View expanded = views[2];
        // Construct the icon.
        StatusBarIconView iconView = new StatusBarIconView(this,
                notification.pkg + "/" + notification.id);
                notification.pkg + "/0x" + Integer.toHexString(notification.id));
        iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon,
                    notification.notification.iconLevel, notification.notification.number));
        // Add the expanded view.