Fixed graph not refreshing branches when branch checkout failed after creation
This commit is contained in:
parent
0186a3ac90
commit
17c0f50360
@ -40,6 +40,7 @@ class BranchesViewModel @Inject constructor(
|
||||
|
||||
fun createBranch(branchName: String) = tabState.safeProcessing(
|
||||
refreshType = RefreshType.ONLY_LOG,
|
||||
refreshEvenIfCrashes = true,
|
||||
) { git ->
|
||||
branchesManager.createBranch(git, branchName)
|
||||
this.loadBranches(git)
|
||||
|
Loading…
Reference in New Issue
Block a user