mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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);
|
DecryptedPushMessage.class);
|
||||||
|
|
||||||
if (decryptedPushMessage.getApp().equals("spreed") &&
|
if (decryptedPushMessage.getApp().equals("spreed") &&
|
||||||
decryptedPushMessage.getType().equals("room")) {
|
!decryptedPushMessage.getType().equals("room")) {
|
||||||
int smallIcon;
|
int smallIcon;
|
||||||
Bitmap largeIcon;
|
Bitmap largeIcon;
|
||||||
String category = "";
|
String category = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user