Remove some usages of global scope

This commit is contained in:
arkon
2022-08-29 15:15:18 -04:00
parent 43c195e14a
commit 8efb20439a
5 changed files with 5 additions and 7 deletions
@@ -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 {