Skip to content

Commit

Permalink
chore: add note for ! operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 17, 2024
1 parent a93c322 commit 12e6e6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services is null ||
}

#if WINUI
// NOTE: We needed to add the ! operator on Content due to a nullability issue starting in Uno.WinUI 5.2
dialog.XamlRoot = Window!.Content!.XamlRoot;
#endif

Expand Down

0 comments on commit 12e6e6c

Please sign in to comment.