Skip to content

Commit

Permalink
Update ModalNavigationManager.cs (#15483)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored and StephaneDelcroix committed Jun 19, 2023
1 parent e6d4b51 commit d1416ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,9 @@ bool IsModalPlatformReady
bool result =
_window?.Page?.Handler is not null &&
_window.IsActivated
#if ANDROID
&& _window.Page.IsLoadedOnPlatform()
#endif
&& CurrentPlatformPage?.Handler is not null
&& CurrentPlatformPage.IsLoadedOnPlatform();

Expand Down

0 comments on commit d1416ca

Please sign in to comment.