Skip to content

Commit

Permalink
docs(NotificationCenterController): add summary for UpdateNotificatio…
Browse files Browse the repository at this point in the history
…nWindowSize()
  • Loading branch information
Enzo707 committed Jun 6, 2023
1 parent 5c79024 commit 51a3566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/NotificationCenterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51a3566

Please sign in to comment.