mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +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());
|
.getInstance().getUserInRoom());
|
||||||
|
|
||||||
boolean shouldShowNotification = decryptedPushMessage.getApp().equals("spreed") &&
|
boolean shouldShowNotification = decryptedPushMessage.getApp().equals("spreed") &&
|
||||||
!(isInTheSameRoomAsNotification && !decryptedPushMessage.getType().equals("call"));
|
(!isInTheSameRoomAsNotification || decryptedPushMessage.getType().equals("call"));
|
||||||
|
|
||||||
if (shouldShowNotification) {
|
if (shouldShowNotification) {
|
||||||
int smallIcon;
|
int smallIcon;
|
||||||
|
Loading…
Reference in New Issue
Block a user