Remove redundant shell loading event.

This commit is contained in:
Burak Kaan Köse
2024-06-07 01:11:21 +02:00
parent b398fde24e
commit a1ecb9ad39
2 changed files with 0 additions and 6 deletions

View File

@@ -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">
<Page.Resources>

View File

@@ -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.