mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Added logging
This commit is contained in:
@@ -3198,8 +3198,10 @@ class Core {
|
||||
String channelId = message.getNotificationChannelId();
|
||||
if (channelId != null) {
|
||||
NotificationChannel channel = nm.getNotificationChannel(channelId);
|
||||
if (channel != null && channel.getImportance() == NotificationManager.IMPORTANCE_NONE)
|
||||
if (channel != null && channel.getImportance() == NotificationManager.IMPORTANCE_NONE) {
|
||||
Log.i("Notify disabled=" + message.id + " channel=" + channelId);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user