Fixed new branch not appearing in the log
This commit is contained in:
parent
8a25dadc12
commit
e8c3a3de6f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class BranchesViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
fun createBranch(branchName: String) = tabState.safeProcessing(
|
||||
refreshType = RefreshType.NONE,
|
||||
refreshType = RefreshType.ONLY_LOG,
|
||||
) { git ->
|
||||
branchesManager.createBranch(git, branchName)
|
||||
this.loadBranches(git)
|
||||
|
|
Loading…
Reference in a new issue