fix: android videoconf validation

This commit is contained in:
GleidsonDaniel 2023-10-04 11:47:59 -03:00
parent 0baa1e72af
commit 49c5d9545b
1 changed files with 1 additions and 1 deletions

View File

@ -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);