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

Commit 1558e380 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Updates based on API council guidance.

Test: builds, boots
Change-Id: I223faf55c1e1b4d81d11b4c8b2d93ccd131c969b
Fixes: 37775662
Fixes: 37748635
Fixes: 37673408
Fixes: 37672564
Fixes: 37672218
Fixes: 37638323
Fixes: 37637423
parent 6640e55e
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());
    }
  }