Remove some usages of global scope
This commit is contained in:
@@ -249,7 +249,7 @@ class ReaderPresenter(
|
||||
fun init(mangaId: Long, initialChapterId: Long) {
|
||||
if (!needsInit()) return
|
||||
|
||||
launchIO {
|
||||
presenterScope.launchIO {
|
||||
try {
|
||||
val manga = getManga.await(mangaId)
|
||||
withUIContext {
|
||||
|
||||
Reference in New Issue
Block a user