From 085548de7c5ae61de0cf9eda8bbcc94381cf76b4 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 1 Feb 2024 19:32:37 +0200 Subject: [PATCH] chore: Fix build error --- .../RefreshContainerTests/RefreshContainerOnImagePage.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/RefreshContainerTests/RefreshContainerOnImagePage.xaml.cs b/src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/RefreshContainerTests/RefreshContainerOnImagePage.xaml.cs index 3af4de226688..b87f2b52bbbe 100644 --- a/src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/RefreshContainerTests/RefreshContainerOnImagePage.xaml.cs +++ b/src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/RefreshContainerTests/RefreshContainerOnImagePage.xaml.cs @@ -54,7 +54,6 @@ public RefreshContainerOnImagePage() // See point #2 in https://github.com/unoplatform/uno/issues/15059#issuecomment-1891551501 private void OnMainPageUnloaded(object sender, RoutedEventArgs e) { - base.OnNavigatedFrom(e); timer.Stop(); }