Răsfoiți Sursa

Avoid showing uninstalled source as last used

arkon 4 ani în urmă
părinte
comite
bb3e616890

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourcePresenter.kt

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