Skip to content

Commit

Permalink
Update ModalNavigationManager.cs (#15485)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Neuville <[email protected]>
  • Loading branch information
github-actions[bot] and PureWeen authored Jun 7, 2023
1 parent 43f92f4 commit 119ee00
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 119ee00

Please sign in to comment.