Minor cleanup

(cherry picked from commit 7d2caeb27060e8f14c2192f6e7a8931657976e2c)

# Conflicts:
#	.github/ISSUE_TEMPLATE/report_issue.yml
This commit is contained in:
arkon 2021-08-20 22:42:16 -04:00 committed by Jobobby04
parent 1566ed4fda
commit cc384d1f25

View File

@ -43,7 +43,6 @@ import exh.log.xLogE
import exh.savedsearches.EXHSavedSearch import exh.savedsearches.EXHSavedSearch
import exh.savedsearches.JsonSavedSearch import exh.savedsearches.JsonSavedSearch
import kotlinx.coroutines.Job import kotlinx.coroutines.Job
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.asFlow import kotlinx.coroutines.flow.asFlow
import kotlinx.coroutines.flow.catch import kotlinx.coroutines.flow.catch
import kotlinx.coroutines.flow.collect import kotlinx.coroutines.flow.collect
@ -105,11 +104,6 @@ open class BrowseSourcePresenter(
*/ */
private lateinit var pager: Pager private lateinit var pager: Pager
/**
* Flow of manga list to initialize.
*/
private val mangaDetailsFlow = MutableStateFlow<List<Manga>>(emptyList())
/** /**
* Subscription for the pager. * Subscription for the pager.
*/ */