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
fix(Maui): marshal modal dialog push/pop on UI dispatcher
DialogContainerPage runs PushModalAsync/PopModalAsync and DialogStack updates via IDispatcher.DispatchAsync when dispatch is required; run inline when already on the UI thread or when no dispatcher (avoids nested DispatchAsync deadlock during re-entrant close). Consolidated null/IsDispatchRequired guard per review.
0 commit comments