Skip to content

Commit

Permalink
chore: enable Given_AppWindow on macOS/skia
Browse files Browse the repository at this point in the history
(cherry picked from commit a1fa377)
  • Loading branch information
spouliot authored and mergify[bot] committed Nov 1, 2024
1 parent a28628e commit f977018
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ void OnChanged(AppWindow s, AppWindowChangedEventArgs e)
private void AssertPositioningAndSizingSupport()
{
if (!OperatingSystem.IsLinux() &&
!OperatingSystem.IsWindows() ||
!OperatingSystem.IsWindows() &&
!OperatingSystem.IsMacOS() ||
TestServices.WindowHelper.IsXamlIsland ||
IsGtk())
{
Expand Down

0 comments on commit f977018

Please sign in to comment.