parent
f2c48480b6
commit
b00f00730d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue