diff --git a/Wino.Mail.WinUI/Views/MailListPage.xaml.cs b/Wino.Mail.WinUI/Views/MailListPage.xaml.cs index a7e33659..d239dd93 100644 --- a/Wino.Mail.WinUI/Views/MailListPage.xaml.cs +++ b/Wino.Mail.WinUI/Views/MailListPage.xaml.cs @@ -76,6 +76,8 @@ public sealed partial class MailListPage : MailListPageAbstract, SelectAllCheckbox.Checked -= SelectAllCheckboxChecked; SelectAllCheckbox.Unchecked -= SelectAllCheckboxUnchecked; + MailListView.Cleanup(); + RenderingFrame.Navigate(typeof(IdlePage)); GC.Collect();