Refactored all synchronizers to deal with some of the chronic issues.
This commit is contained in:
@@ -670,7 +670,7 @@ public partial class MailListPageViewModel : MailBaseViewModel,
|
||||
|
||||
await MailCollection.UpdateMailCopy(updatedMail, source);
|
||||
|
||||
await ExecuteUIThread(() => { SetupTopBarActions(); });
|
||||
// await ExecuteUIThread(() => { SetupTopBarActions(); });
|
||||
}
|
||||
|
||||
protected override async void OnMailRemoved(MailCopy removedMail)
|
||||
|
||||
Reference in New Issue
Block a user