Set InsertPage status to Ready (#9001)
Fixes insert page just loading (cherry picked from commit b00f00730d93ae36cdbb690f3c33698b086d4407)
This commit is contained in:
parent
8146e1181a
commit
c5095b0995
@ -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…
x
Reference in New Issue
Block a user