All the tab is refreshed now after a push

This commit is contained in:
Abdelilah El Aissaoui 2022-02-04 18:54:03 +01:00
parent 07703a66be
commit 7dc2ad0a72

View file

@ -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 ->