Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
af6c894c
Unverified
Commit
af6c894c
authored
Feb 07, 2020
by
Djorkaeff Alexandre
Committed by
GitHub
Feb 07, 2020
Browse files
[FIX] Notifications crash on older Android Versions (#1672)
parent
93b1bfca
Changes
1
Hide whitespace changes
Inline
Side-by-side
android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java
View file @
af6c894c
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment