mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(MessageHandler): suppress the notifications on top of the overlay
This commit is contained in:
@@ -333,7 +333,7 @@ var messageHandler = {
|
||||
messageArguments, options) {
|
||||
|
||||
// If we're in ringing state we skip all toaster notifications.
|
||||
if(!notificationsEnabled || APP.UI.isRingOverlayVisible())
|
||||
if(!notificationsEnabled || APP.UI.isOverlayVisible())
|
||||
return;
|
||||
|
||||
var displayNameSpan = '<span class="nickname" ';
|
||||
|
||||
Reference in New Issue
Block a user