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