From af6c894c2e7560d1db4feba7a82e03da36b3cda6 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Fri, 7 Feb 2020 10:00:35 -0300 Subject: [PATCH] [FIX] Notifications crash on older Android Versions (#1672) --- .../java/chat/rocket/reactnative/CustomPushNotification.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java b/android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java index a27a20028..5258c0b90 100644 --- a/android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java +++ b/android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java @@ -196,9 +196,6 @@ public class CustomPushNotification extends PushNotification { } messageStyle.setConversationTitle(title); - if (ejson.type != null && !ejson.type.equals("d")) { - messageStyle.setGroupConversation(true); - } List bundles = notificationMessages.get(Integer.toString(notId));