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

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

release-request-e44ed829-e254-4762-ae37-a7739a0f37fb-for-git_oc-dr1-release-39...

release-request-e44ed829-e254-4762-ae37-a7739a0f37fb-for-git_oc-dr1-release-3964285 snap-temp-L49200000059745790

Change-Id: I98ab75315e17129e1170238f0ed4021a92055550
parents 589cf85a 9e009f27
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());
    }
  }