Set InsertPage status to Ready (#9001)

Fixes insert page just loading

(cherry picked from commit b00f00730d93ae36cdbb690f3c33698b086d4407)
This commit is contained in:
Andreas 2023-01-29 15:03:12 +01:00 committed by Jobobby04
parent 8146e1181a
commit c5095b0995

View File

@ -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
}
}