Now whole repository tab refreshes when deleting a branch
This commit is contained in:
parent
26682daa96
commit
849aeb17cc
@ -233,7 +233,7 @@ class GitManager @Inject constructor(
|
||||
fun deleteBranch(branch: Ref) = managerScope.launch {
|
||||
safeProcessing {
|
||||
branchesManager.deleteBranch(safeGit, branch)
|
||||
coLoadLog()
|
||||
refreshRepositoryInfo()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user