From f9abb863b9dffc3de72285a21b106df614a0be6a Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Wed, 19 Jul 2023 18:06:08 +0530 Subject: [PATCH] SDA-4233 - Fix EXT alignment and closing exiting window issue (#1902) Signed-off-by: Kiran Niranjan --- src/app/notifications/call-notification.ts | 3 +-- src/renderer/styles/call-notification.less | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/notifications/call-notification.ts b/src/app/notifications/call-notification.ts index 83e1a5b7..a02e5b10 100644 --- a/src/app/notifications/call-notification.ts +++ b/src/app/notifications/call-notification.ts @@ -64,8 +64,7 @@ class CallNotification { ) => { if ( this.callNotificationWindow && - windowExists(this.callNotificationWindow) && - this.callNotificationWindow.notificationData?.id + windowExists(this.callNotificationWindow) ) { this.callNotificationWindow.notificationData = callNotificationData; this.callNotificationWindow.winName = apiName.notificationWindowName; diff --git a/src/renderer/styles/call-notification.less b/src/renderer/styles/call-notification.less index c8bc939a..d144872f 100644 --- a/src/renderer/styles/call-notification.less +++ b/src/renderer/styles/call-notification.less @@ -148,6 +148,7 @@ body { height: 19px; padding: 0 4px; align-items: center; + display: flex; } .caller-role {