mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
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:
@@ -26,8 +26,7 @@ namespace SourceGit.ViewModels
|
||||
|
||||
var succ = await new Commands.Submodule(_repo.FullPath)
|
||||
.Use(log)
|
||||
.DeleteAsync(Submodule)
|
||||
.ConfigureAwait(false);
|
||||
.DeleteAsync(Submodule);
|
||||
|
||||
log.Complete();
|
||||
_repo.SetWatcherEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user