Add configurable thread item sorting
This commit is contained in:
@@ -990,10 +990,10 @@ public sealed partial class MailListPage : MailListPageAbstract,
|
||||
}
|
||||
else
|
||||
{
|
||||
var firstChild = clickedThread.ThreadEmails.FirstOrDefault();
|
||||
if (firstChild != null)
|
||||
var defaultSelectedChild = clickedThread.GetDefaultSelectedThreadEmail();
|
||||
if (defaultSelectedChild != null)
|
||||
{
|
||||
firstChild.IsSelected = true;
|
||||
defaultSelectedChild.IsSelected = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user