Skip to content

Commit

Permalink
chore(sample): set landing page to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Apr 17, 2023
1 parent 9fab00a commit 16aeb85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
using Microsoft.Extensions.Logging;
using VisualTreeHelperEx = Uno.Toolkit.Samples.Helpers.VisualTreeHelperEx;
using Uno.Toolkit.Samples.Content.NestedSamples;
using Uno.Toolkit.Samples.Content;

namespace Uno.Toolkit.Samples
{
Expand Down Expand Up @@ -85,7 +86,7 @@ private Shell BuildShell()
AddNavigationItems(nv);

// landing navigation
ShellNavigateTo<TabBarBehaviorSamplePage>(
ShellNavigateTo<RuntimeTestRunner>(
#if WINDOWS_UWP
// note: on uwp, NavigationView.SelectedItem MUST be set on launch to avoid entering compact-mode
trySynchronizeCurrentItem: true
Expand Down

0 comments on commit 16aeb85

Please sign in to comment.