Set InsertPage status to Ready (#9001)

Fixes insert page just loading
This commit is contained in:
Andreas 2023-01-29 15:03:12 +01:00 committed by GitHub
parent f2c48480b6
commit b00f00730d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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