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.class);
|
||||
|
||||
if (decryptedPushMessage.getApp().equals("spreed") &&
|
||||
!decryptedPushMessage.getType().equals("room")) {
|
||||
if (decryptedPushMessage.getApp().equals("spreed")) {
|
||||
int smallIcon;
|
||||
Bitmap largeIcon;
|
||||
String category = "";
|
||||
|
|
Loading…
Reference in a new issue