cleanup
This commit is contained in:
parent
0ebd067bc2
commit
73be639397
10 changed files with 40 additions and 28 deletions
|
@ -219,7 +219,10 @@ class MangaReaderActivity : AppCompatActivity() {
|
|||
val mangaSources = MangaSources
|
||||
val scope = lifecycleScope
|
||||
scope.launch(Dispatchers.IO) {
|
||||
mangaSources.init(Injekt.get<MangaExtensionManager>().installedExtensionsFlow, this@MangaReaderActivity)
|
||||
mangaSources.init(
|
||||
Injekt.get<MangaExtensionManager>().installedExtensionsFlow,
|
||||
this@MangaReaderActivity
|
||||
)
|
||||
}
|
||||
model.mangaReadSources = mangaSources
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue