do not show device-message system-notification

This commit is contained in:
B. Petersen
2019-11-20 01:34:49 +01:00
parent a054acd3c9
commit 7d4e45bc9b
@@ -178,6 +178,12 @@ abstract class MessageNotifier {
lastAudibleNotification = System.currentTimeMillis();
}
if (dcContext.getChat(chatId).isDeviceTalk()) {
// currently, we just never notify on device chat.
// esp. on first start, this is annoying.
return;
}
synchronized (lock) {
addMessageToNotificationState(dcContext, chatId, messageId);
if (notificationState.hasMultipleChats()) {