refactor: remove ConfigureAwait when we need to go back to UIThread after it

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-03 18:42:56 +08:00
parent 2a0f9f4192
commit 18b9d982ce
72 changed files with 172 additions and 399 deletions

View File

@@ -61,8 +61,7 @@ namespace SourceGit.ViewModels
var succ = await new Commands.Submodule(_repo.FullPath)
.Use(log)
.AddAsync(_url, relativePath, Recursive)
.ConfigureAwait(false);
.AddAsync(_url, relativePath, Recursive);
log.Complete();
_repo.SetWatcherEnabled(true);