Skip to content
Snippets Groups Projects
Unverified Commit af6c894c authored by Djorkaeff Alexandre's avatar Djorkaeff Alexandre Committed by GitHub
Browse files

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

parent 93b1bfca
No related branches found
No related tags found
2 merge requests!32Android changes,!31Ios changes
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment