mirror of
https://github.com/null2264/yokai.git
synced 2025-07-18 06:46:57 +00:00
refactor: Make LibraryManga not extend MangaImpl
This commit is contained in:
parent
279a5fad10
commit
fd79c7121d
15 changed files with 292 additions and 254 deletions
|
@ -82,9 +82,6 @@ interface Manga : SManga {
|
|||
}
|
||||
}
|
||||
|
||||
fun isBlank() = id == Long.MIN_VALUE
|
||||
fun isHidden() = status == -1
|
||||
|
||||
fun setChapterOrder(sorting: Int, order: Int) {
|
||||
setChapterFlags(sorting, CHAPTER_SORTING_MASK)
|
||||
setChapterFlags(order, CHAPTER_SORT_MASK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue