Skip to content

Commit

Permalink
Stop UITests from crashing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jan 26, 2024
1 parent bc5ba78 commit 63da38b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controls/samples/Controls.Sample.UITests/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ public static class MauiProgram
public static MauiApp CreateMauiApp() =>
MauiApp
.CreateBuilder()
#if IOS || ANDROID
.UseMauiMaps()
#endif
.UseMauiApp<App>()
.Build();
}
Expand Down

0 comments on commit 63da38b

Please sign in to comment.