Remove useless var shadow

This commit is contained in:
Jobobby04 2021-02-11 18:08:30 -05:00
parent 7b5dd4fed4
commit 0ab28fd6d6

View File

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