mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 13:27:47 +01: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() {
|
||||
sources = getEnabledSources()
|
||||
loadSources()
|
||||
loadLastUsedSource()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue