Skip to content

Commit 1d8f796

Browse files
Update SfPopup.cs
1 parent 8da3695 commit 1d8f796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maui/src/Popup/SfPopup/SfPopup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,10 +3157,10 @@ void SetParent()
31573157

31583158
// _popupOverlayContainer visibility is set to false after dismissing the popup.
31593159
// _popupOverlayContainer will be set as the parent to popupView here from DisplayPopup().
3160-
// Due to the framework changes [https://github.com/dotnet/maui/pull/20154],
3160+
// Due to Maui 9.0.50 changes [https://github.com/dotnet/maui/pull/20154],
31613161
// the IsVisible property of _popupView is set to false when reopening with the same instance of the popup, since _popupOverlayContainer visibility will now be false.
31623162
// _popupOverlayContainer visibility is set to true in a later section, but _popupView visibility will still remain false.
3163-
// causes popup to appear blank for second time
3163+
// causes popup to appear blank for second time.
31643164
_popupOverlayContainer.IsVisible = true;
31653165
_popupView.Parent = _popupOverlayContainer;
31663166
}

0 commit comments

Comments
 (0)