Avoid showing uninstalled source as last used

(cherry picked from commit bb3e616890ddba4c77f3dc9149d67dd2f77d83e2)
This commit is contained in:
arkon 2020-05-12 21:28:20 -04:00 committed by Jobobby04
parent a8a22b5803
commit a0048e9397

View File

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