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

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

Update captive portal notif for Android TV

am: 6ab65522

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

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

        Notification notification = builder.build();

        mNotificationTypeMap.put(id, eventId);