mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Show all messages after all
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
11b2dbaa96
commit
3806f35a53
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue