Skip to content

Commit

Permalink
- fix test page
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Feb 20, 2024
1 parent c7f771c commit c21115f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ protected override void Init()
{
Children =
{
new ContentPage() { Title = "Test", Content = new Label(){Text = "Background/Minimize the app" } },
new NavigationPage(CreateDestinationPage())
{
Title = "Test"
}
},
new ContentPage() { Title = "Test", Content = new Label(){Text = "Second Page" } },
}
};
return Task.CompletedTask;
Expand Down

0 comments on commit c21115f

Please sign in to comment.