From 5f14f0792f174cc5dddc4b314698c3202af18fe4 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 17 Mar 2026 15:29:28 +0100 Subject: [PATCH] remove commented out code --- .../securesms/notifications/NotificationCenter.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java b/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java index 179474b8b..9fddf6b46 100644 --- a/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java +++ b/src/main/java/org/thoughtcrime/securesms/notifications/NotificationCenter.java @@ -745,14 +745,6 @@ public class NotificationCenter { return null; } -// public void removeCallNotification(int accountId, int callId) { -// try { -// NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); -// String tag = "call-" + accountId; -// notificationManager.cancel(tag, callId); -// } catch (Exception e) { Log.w(TAG, e); } -// } - public void removeNotification(int accountId, int chatId, int msgId) { boolean shouldCancelNotification = false; boolean removeSummary = false;