[FIX] Notifications crash on older Android Versions (#1672)
This commit is contained in:
parent
93b1bfca57
commit
af6c894c2e
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue