mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
remove commented out code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user