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 3, 2024
1 parent 4aaa91d commit 4d921df
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 4d921df

Please sign in to comment.