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

Commit a9146178 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-9a80c38e-0325-46d7-b229-f99a549a1652-for-git_oc-dr1-release-39...

release-request-9a80c38e-0325-46d7-b229-f99a549a1652-for-git_oc-dr1-release-3960452 snap-temp-L48500000059275938

Change-Id: I059e9859b0b284bf31a4b96d211816d97eae0369
parents 9798facf 2c58a514
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());
    }
  }