Doing a commit now refreshes the whole repo info, not just the log
This commit is contained in:
parent
31b692e581
commit
e12a5ee2e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user