mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-26 06:31:02 +00:00
pinned sources
This commit is contained in:
@@ -220,7 +220,7 @@ class MangaReaderActivity : AppCompatActivity() {
|
||||
val mangaSources = MangaSources
|
||||
val scope = lifecycleScope
|
||||
scope.launch(Dispatchers.IO) {
|
||||
mangaSources.init(Injekt.get<MangaExtensionManager>().installedExtensionsFlow)
|
||||
mangaSources.init(Injekt.get<MangaExtensionManager>().installedExtensionsFlow, this@MangaReaderActivity)
|
||||
}
|
||||
model.mangaReadSources = mangaSources
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user