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("senderId", hasSender ? loadedEjson.sender._id : "1");
|
||||||
bundle.putString("avatarUri", loadedEjson.getAvatarUri());
|
bundle.putString("avatarUri", loadedEjson.getAvatarUri());
|
||||||
|
|
||||||
if (loadedEjson.notificationType == "videoconf") {
|
if (loadedEjson.notificationType.equals("videoconf")) {
|
||||||
notifyReceivedToJS();
|
notifyReceivedToJS();
|
||||||
} else {
|
} else {
|
||||||
notificationMessages.get(notId).add(bundle);
|
notificationMessages.get(notId).add(bundle);
|
||||||
|
|
Loading…
Reference in New Issue