Skip to content

Commit

Permalink
chore: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 24, 2024
1 parent 6081ba5 commit 1eac4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-template/PrismSample/PrismStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class PrismStartup
public static void Configure(PrismAppBuilder builder)
{
builder.RegisterTypes(RegisterTypes)
.OnAppStart("NavigationPage/MainPage");
.CreateWindow("NavigationPage/MainPage");
}

private static void RegisterTypes(IContainerRegistry containerRegistry)
Expand Down

0 comments on commit 1eac4ca

Please sign in to comment.