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

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

release-request-e32f3567-b299-4433-aaca-18a62b3f00c0-for-git_oc-dr1-release-39...

release-request-e32f3567-b299-4433-aaca-18a62b3f00c0-for-git_oc-dr1-release-3964195 snap-temp-L52500000059616409

Change-Id: I5df74098fc5813f3470e4dbe1befc01b7aa6284e
parents 8c353f89 92498d3b
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());
    }
  }