mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-02-02 08:54:05 +01:00
Dont create a new scope on recycle
This commit is contained in:
@@ -47,7 +47,6 @@ data class ReaderChapter(val context: CoroutineContext, val chapter: Chapter) {
|
||||
pageLoader = null
|
||||
state = State.Wait
|
||||
scope.cancel()
|
||||
scope = CoroutineScope(context + Job())
|
||||
}
|
||||
|
||||
sealed class State {
|
||||
|
||||
Reference in New Issue
Block a user