Doing a commit now refreshes the whole repo info, not just the log

This commit is contained in:
Abdelilah El Aissaoui 2021-12-12 20:11:33 +01:00
parent 31b692e581
commit e12a5ee2e2

View File

@ -164,7 +164,7 @@ class GitManager @Inject constructor(
fun commit(message: String) = managerScope.launch {
statusManager.commit(safeGit, message)
logManager.loadLog(safeGit)
refreshRepositoryInfo()
}
val hasUncommitedChanges: StateFlow<Boolean>