Avoid showing uninstalled source as last used
This commit is contained in:
parent
573f3a392a
commit
bb3e616890
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class SourcePresenter(
|
|||
fun updateSources() {
|
||||
sources = getEnabledSources()
|
||||
loadSources()
|
||||
loadLastUsedSource()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue