Set InsertPage status to Ready (#9001)

Fixes insert page just loading
pull/9005/head
Andreas 2 years ago committed by GitHub
parent f2c48480b6
commit b00f00730d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ class InsertPage(val parent: ReaderPage) : ReaderPage(parent.index, parent.url,
override var chapter: ReaderChapter = parent.chapter
init {
status = State.READY
stream = parent.stream
}
}

Loading…
Cancel
Save