Now whole repository tab refreshes when deleting a branch

This commit is contained in:
Abdelilah El Aissaoui 2021-11-28 06:09:49 +01:00
parent 26682daa96
commit 849aeb17cc

View File

@ -233,7 +233,7 @@ class GitManager @Inject constructor(
fun deleteBranch(branch: Ref) = managerScope.launch {
safeProcessing {
branchesManager.deleteBranch(safeGit, branch)
coLoadLog()
refreshRepositoryInfo()
}
}