Skip to content

Commit

Permalink
ci: testing canary
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Sep 27, 2024
1 parent c57e7d2 commit 3fd5e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Uno.Gallery/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private void OnSuspending(object sender, SuspendingEventArgs e)
}
#endif

public void ShellNavigateTo(Sample sample) => ShellNavigateTo(sample, trySynchronizeCurrentItem: true);
public void ShellNavigateTo(Sample sample) => ShellNavigateTo(sample, trySynchronizeCurrentItem: false);

private void ShellNavigateTo<TPage>(bool trySynchronizeCurrentItem = true) where TPage : Page
{
Expand Down Expand Up @@ -300,8 +300,8 @@ private void OnCurrentSampleBackdoorChanged(DependencyObject sender, DependencyP
{
SamplePageLayout.SetPreferredDesign(design);
}

ShellNavigateTo<OverviewPage>();
Console.WriteLine("GALLERYCANARY: in Backdoor");
ShellNavigateTo<OverviewPage>(trySynchronizeCurrentItem: false);
ShellNavigateTo(sample);
}

Expand Down

0 comments on commit 3fd5e93

Please sign in to comment.