mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Fix push notifications
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ebd5d001d5
commit
21a65d1ca9
@ -93,7 +93,7 @@ public class NotificationJob extends Job {
|
||||
DecryptedPushMessage.class);
|
||||
|
||||
if (decryptedPushMessage.getApp().equals("spreed") &&
|
||||
decryptedPushMessage.getType().equals("room")) {
|
||||
!decryptedPushMessage.getType().equals("room")) {
|
||||
int smallIcon;
|
||||
Bitmap largeIcon;
|
||||
String category = "";
|
||||
|
Loading…
Reference in New Issue
Block a user