diff --git a/Wino.Mail/AppShell.xaml b/Wino.Mail/AppShell.xaml index 2cc625e3..1cc75798 100644 --- a/Wino.Mail/AppShell.xaml +++ b/Wino.Mail/AppShell.xaml @@ -18,7 +18,6 @@ xmlns:animations="using:CommunityToolkit.WinUI.Animations" xmlns:selectors="using:Wino.Selectors" muxc:BackdropMaterial.ApplyToRootOrPageBackground="{ThemeResource UseMica}" - Loaded="OnShellLoaded" mc:Ignorable="d"> diff --git a/Wino.Mail/AppShell.xaml.cs b/Wino.Mail/AppShell.xaml.cs index 4fb83614..d4abb18e 100644 --- a/Wino.Mail/AppShell.xaml.cs +++ b/Wino.Mail/AppShell.xaml.cs @@ -207,11 +207,6 @@ namespace Wino.Views WeakReferenceMessenger.Default.Send(new ClearMailSelectionsRequested()); } - private void OnShellLoaded(object sender, RoutedEventArgs e) - { - - } - private async void MenuItemContextRequested(UIElement sender, ContextRequestedEventArgs args) { // Delegate this request to ViewModel.