Remove useless var shadow
This commit is contained in:
parent
7b5dd4fed4
commit
0ab28fd6d6
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ class ReaderPresenter(
|
||||||
private val chapterList by lazy {
|
private val chapterList by lazy {
|
||||||
val manga = manga!!
|
val manga = manga!!
|
||||||
// SY -->
|
// SY -->
|
||||||
val meta = meta
|
|
||||||
val filteredScanlators = meta?.filteredScanlators?.let { MdUtil.getScanlators(it) }
|
val filteredScanlators = meta?.filteredScanlators?.let { MdUtil.getScanlators(it) }
|
||||||
// SY <--
|
// SY <--
|
||||||
val dbChapters = /* SY --> */ if (manga.source == MERGED_SOURCE_ID) {
|
val dbChapters = /* SY --> */ if (manga.source == MERGED_SOURCE_ID) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue