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

Commit e752e176 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use non-deprecated method."

parents 9fa8cd42 55663637
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public final class BlockedNumbersUtil {
                    .setContentText(message)
                    .setContentIntent(pendingIntent)
                    .setShowWhen(true)
                    .setChannel(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING)
                    .setChannelId(NotificationChannelManager.CHANNEL_ID_CALL_BLOCKING)
                    .build();

            notification.flags |= Notification.FLAG_NO_CLEAR;