fix: android videoconf validation
This commit is contained in:
parent
0baa1e72af
commit
49c5d9545b
|
@ -97,7 +97,7 @@ public class CustomPushNotification extends PushNotification {
|
|||
bundle.putString("senderId", hasSender ? loadedEjson.sender._id : "1");
|
||||
bundle.putString("avatarUri", loadedEjson.getAvatarUri());
|
||||
|
||||
if (loadedEjson.notificationType == "videoconf") {
|
||||
if (loadedEjson.notificationType.equals("videoconf")) {
|
||||
notifyReceivedToJS();
|
||||
} else {
|
||||
notificationMessages.get(notId).add(bundle);
|
||||
|
|
Loading…
Reference in New Issue