diff --git a/src/Notifications/NotificationCenterController.cs b/src/Notifications/NotificationCenterController.cs index cb921c462d7..ccc69bbb6bc 100644 --- a/src/Notifications/NotificationCenterController.cs +++ b/src/Notifications/NotificationCenterController.cs @@ -37,7 +37,7 @@ public void SetNoficationsAsRead(object[] ids) { onMarkAllAsRead(ids); } - + //This function will be triggered in NotificationCenter side passing the current height it has so we can update popup height in Dynamo public void UpdateNotificationWindowSize(int height) { onNotificationPopupUpdated(height);