mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Show all messages after all
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
11b2dbaa96
commit
3806f35a53
@ -92,8 +92,7 @@ public class NotificationJob extends Job {
|
|||||||
DecryptedPushMessage decryptedPushMessage = LoganSquare.parse(new String(decryptedSubject),
|
DecryptedPushMessage decryptedPushMessage = LoganSquare.parse(new String(decryptedSubject),
|
||||||
DecryptedPushMessage.class);
|
DecryptedPushMessage.class);
|
||||||
|
|
||||||
if (decryptedPushMessage.getApp().equals("spreed") &&
|
if (decryptedPushMessage.getApp().equals("spreed")) {
|
||||||
!decryptedPushMessage.getType().equals("room")) {
|
|
||||||
int smallIcon;
|
int smallIcon;
|
||||||
Bitmap largeIcon;
|
Bitmap largeIcon;
|
||||||
String category = "";
|
String category = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user