Fixed modules screen not offering reboot when local modules change

This commit is contained in:
Viktor De Pasquale
2020-03-29 11:55:37 +02:00
committed by John Wu
parent ea855837df
commit 6e14a727b1
3 changed files with 15 additions and 11 deletions
@@ -193,6 +193,7 @@ class ModuleViewModel(
.doOnSuccess {
addInstalledEmptyMessage()
addUpdatableEmptyMessage()
updateActiveState()
}
.ignoreElement()!!