Loading src/com/android/server/telecom/settings/BlockedNumbersUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/server/telecom/settings/BlockedNumbersUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading