mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
Meh
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
0aa79f4940
commit
3d41e926a3
@ -110,7 +110,7 @@ public class NotificationJob extends Job {
|
||||
.getInstance().getUserInRoom());
|
||||
|
||||
boolean shouldShowNotification = decryptedPushMessage.getApp().equals("spreed") &&
|
||||
!(isInTheSameRoomAsNotification && !decryptedPushMessage.getType().equals("call"));
|
||||
(!isInTheSameRoomAsNotification || decryptedPushMessage.getType().equals("call"));
|
||||
|
||||
if (shouldShowNotification) {
|
||||
int smallIcon;
|
||||
|
Loading…
Reference in New Issue
Block a user