Skip to content

Commit

Permalink
Fixed the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 30, 2023
1 parent 9b7f8fb commit c247bc0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ await InvokeOnMainThreadAsync(async () =>
{
var handler = CreateHandler<LayoutHandler>(layout);
await image.Wait();
await handler.ToPlatform().AssertContainsColor(Colors.Red, MauiContext);
await handler.ToPlatform().AssertContainsColor(Colors.Red
#if WINDOWS
, handler.MauiContext
#endif
);
});
}
}
Expand Down

0 comments on commit c247bc0

Please sign in to comment.