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

Commit cc88a974 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Updates based on API council guidance.

am: 1558e380

Change-Id: I64dde548c55333d1181d94cf7c2a160a8334004c
parents 388f940e 1558e380
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class NotificationChannelManager {
    if (BuildCompat.isAtLeastO()) {
      NotificationChannel channel =
          NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount);
      notification.setChannel(channel.getId());
      notification.setChannelId(channel.getId());
    }
  }