Better prop change cleanup.
This commit is contained in:
@@ -49,6 +49,7 @@ public partial class WinoMailItemViewModelListViewItem : ListViewItem
|
||||
|
||||
private void RegisterSelectionCallback(IMailListItem mailItem)
|
||||
{
|
||||
mailItem.PropertyChanged -= MailPropChanged;
|
||||
mailItem.PropertyChanged += MailPropChanged;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user