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

Commit 2c58a514 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Stop using deprecated APIs.

Test: builds
Change-Id: Ia73284f599edbd8f1134eca33e8d1269c2b2129d
parent 1ce95e9d
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());
    }
  }