Commit 1cb1fa7
fix: Add missing using statement for SystemNavigationManager
Added explicit 'using Windows.UI.Core;' to ResponseNavigator.cs to resolve
build error. SystemNavigationManager is in the Windows.UI.Core namespace,
which is only included globally for non-WINUI platforms.
Co-authored-by: kazo0 <4793020+kazo0@users.noreply.github.com>1 parent 45cc8c0 commit 1cb1fa7
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
0 commit comments