fix(MessageHandler): suppress the notifications on top of the overlay

This commit is contained in:
paweldomas
2016-10-13 11:14:56 -05:00
parent 52344ff741
commit 210605d8f3
4 changed files with 26 additions and 7 deletions

View File

@@ -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" ';