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

Commit cb4765f3 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

Change-Id: I258a24b9069f5ded14c3cec53be3039086cbf0ba
parents 6528998e 94954578
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);