File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77using Microsoft . UI . Xaml . Controls . Primitives ;
88using SamplesApp . UITests ;
99using Uno . UI . RuntimeTests . Helpers ;
10- using Uno . UI . Xaml . Controls ;
11-
1210
1311#if HAS_UNO
1412using Uno . UI . WinRT . Extensions . UI . Popups ;
13+ using Uno . UI . Xaml . Controls ;
1514#endif
1615
1716namespace Uno . UI . RuntimeTests . Tests . Windows_UI_Xaml_Controls ;
@@ -74,9 +73,12 @@ public async Task When_Visibility_Changes()
7473 type == typeof ( MenuBarItem ) || // matches winui
7574 type == typeof ( ColorPickerSlider ) ||
7675
76+ #if HAS_UNO
7777 // WindowChrome requires a Window as constructor parameter,
7878 // but on Android a native parameterless ctor is generated.
79- type == typeof ( WindowChrome ) )
79+ type == typeof ( WindowChrome )
80+ #endif
81+ )
8082 {
8183 continue ;
8284 }
You can’t perform that action at this time.
0 commit comments