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

Commit e8b1503f authored by Rhiannon Malia's avatar Rhiannon Malia Committed by android-build-merger
Browse files

Update captive portal notif for Android TV am: 6ab65522 am: 94954578

am: cb4765f3

Change-Id: I8c4ef4faa9bb72747b50dfdfac3a40ac2482bc82
parents 8ee4c3af cb4765f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -210,6 +210,10 @@ public class NetworkNotificationManager {
            builder.setContentText(details);
            builder.setContentText(details);
        }
        }


        if (notifyType == NotificationType.SIGN_IN) {
            builder.extend(new Notification.TvExtender().setChannelId(channelId));
        }

        Notification notification = builder.build();
        Notification notification = builder.build();


        mNotificationTypeMap.put(id, eventId);
        mNotificationTypeMap.put(id, eventId);