Skip to content

Commit

Permalink
chore: Adjust modifiers for WinUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Dec 8, 2024
1 parent ef79f61 commit 6b62f7e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,11 @@ public ExceptionInOnNavigatedToPage()
{
}

protected internal override void OnNavigatedTo(NavigationEventArgs e)
protected
#if HAS_UNO
internal
#endif
override void OnNavigatedTo(NavigationEventArgs e)
{
base.OnNavigatedTo(e);
throw new NotSupportedException("Crashed");
Expand Down

0 comments on commit 6b62f7e

Please sign in to comment.