All the tab is refreshed now after a push
This commit is contained in:
parent
07703a66be
commit
7dc2ad0a72
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class MenuViewModel @Inject constructor(
|
|||
fun push(force: Boolean = false) = tabState.safeProcessing { git ->
|
||||
remoteOperationsManager.push(git, force)
|
||||
|
||||
return@safeProcessing RefreshType.ONLY_LOG
|
||||
return@safeProcessing RefreshType.ALL_DATA
|
||||
}
|
||||
|
||||
fun stash() = tabState.safeProcessing { git ->
|
||||
|
|
Loading…
Reference in a new issue