[FIX] Notifications crash on older Android Versions (#1672)

This commit is contained in:
Djorkaeff Alexandre 2020-02-07 10:00:35 -03:00 committed by GitHub
parent 93b1bfca57
commit af6c894c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -196,9 +196,6 @@ public class CustomPushNotification extends PushNotification {
}
messageStyle.setConversationTitle(title);
if (ejson.type != null && !ejson.type.equals("d")) {
messageStyle.setGroupConversation(true);
}
List<Bundle> bundles = notificationMessages.get(Integer.toString(notId));