Fix unknown sender issue.
This commit is contained in:
@@ -40,7 +40,7 @@ public partial class ThreadMailItemViewModel : ObservableRecipient, IMailListIte
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the latest email's sender name for display
|
/// Gets the latest email's sender name for display
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string FromName => latestMailViewModel?.MailCopy?.SenderContact?.Name ?? Translator.UnknownSender;
|
public string FromName => latestMailViewModel?.MailCopy?.FromName ?? Translator.UnknownSender;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the latest email's creation date for sorting
|
/// Gets the latest email's creation date for sorting
|
||||||
|
|||||||
Reference in New Issue
Block a user