mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-25 18:18:58 +03:00
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() {
|
fun updateSources() {
|
||||||
sources = getEnabledSources()
|
sources = getEnabledSources()
|
||||||
loadSources()
|
loadSources()
|
||||||
|
loadLastUsedSource()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue