Partial Busy state for mark as read requests
This commit is contained in:
@@ -668,7 +668,7 @@ public partial class MailListPageViewModel : MailBaseViewModel,
|
||||
{
|
||||
base.OnMailUpdated(updatedMail, source);
|
||||
|
||||
await MailCollection.UpdateMailCopy(updatedMail);
|
||||
await MailCollection.UpdateMailCopy(updatedMail, source);
|
||||
|
||||
await ExecuteUIThread(() => { SetupTopBarActions(); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user