Avoid showing uninstalled source as last used

This commit is contained in:
arkon 2020-05-12 21:28:20 -04:00
parent 573f3a392a
commit bb3e616890

View File

@ -94,6 +94,7 @@ class SourcePresenter(
fun updateSources() {
sources = getEnabledSources()
loadSources()
loadLastUsedSource()
}
/**