refactor: Make LibraryManga not extend MangaImpl

This commit is contained in:
Ahmad Ansori Palembani 2025-01-05 12:29:39 +07:00
parent 279a5fad10
commit fd79c7121d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
15 changed files with 292 additions and 254 deletions

View file

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