You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// _popupOverlayContainer visibility is set to false after dismissing the popup.
3159
+
// _popupOverlayContainer will be set as the parent to popupView here from DisplayPopup().
3160
+
// Due to Maui 9.0.50 changes [https://github.com/dotnet/maui/pull/20154],
3161
+
// 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.
3162
+
// _popupOverlayContainer visibility is set to true in a later section, but _popupView visibility will still remain false.
0 commit comments