1
0
Fork 0
mirror of https://github.com/mihonapp/mihon.git synced 2025-03-30 17:13:27 +03:00

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() { fun updateSources() {
sources = getEnabledSources() sources = getEnabledSources()
loadSources() loadSources()
loadLastUsedSource()
} }
/** /**