Fixed currently displayed diff entry being updated twice when changes are detected

This commit is contained in:
Abdelilah El Aissaoui 2022-02-20 22:59:43 +01:00
parent fb377b9554
commit d8d4147d18

View File

@ -155,8 +155,6 @@ class TabViewModel @Inject constructor(
if (!tabState.operationRunning) { // Only update if there isn't any process running
println("Changes detected, loading status")
checkUncommitedChanges()
updateDiffEntry()
}
}
}