From 3fd5e93dfcba1a9fa7dea3b5f19a82b3a278f105 Mon Sep 17 00:00:00 2001 From: Steve Bilogan Date: Fri, 27 Sep 2024 19:50:37 -0400 Subject: [PATCH] ci: testing canary --- Uno.Gallery/App.xaml.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Uno.Gallery/App.xaml.cs b/Uno.Gallery/App.xaml.cs index 3ff3197c3..1c30965cd 100644 --- a/Uno.Gallery/App.xaml.cs +++ b/Uno.Gallery/App.xaml.cs @@ -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(bool trySynchronizeCurrentItem = true) where TPage : Page { @@ -300,8 +300,8 @@ private void OnCurrentSampleBackdoorChanged(DependencyObject sender, DependencyP { SamplePageLayout.SetPreferredDesign(design); } - - ShellNavigateTo(); + Console.WriteLine("GALLERYCANARY: in Backdoor"); + ShellNavigateTo(trySynchronizeCurrentItem: false); ShellNavigateTo(sample); }