Fixed currently displayed diff entry being updated twice when changes are detected
This commit is contained in:
parent
fb377b9554
commit
d8d4147d18
@ -155,8 +155,6 @@ class TabViewModel @Inject constructor(
|
|||||||
if (!tabState.operationRunning) { // Only update if there isn't any process running
|
if (!tabState.operationRunning) { // Only update if there isn't any process running
|
||||||
println("Changes detected, loading status")
|
println("Changes detected, loading status")
|
||||||
checkUncommitedChanges()
|
checkUncommitedChanges()
|
||||||
|
|
||||||
updateDiffEntry()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user