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