mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Minor cleanup
This commit is contained in:
@ -38,7 +38,6 @@ import eu.kanade.tachiyomi.util.lang.launchIO
|
||||
import eu.kanade.tachiyomi.util.lang.withUIContext
|
||||
import eu.kanade.tachiyomi.util.removeCovers
|
||||
import kotlinx.coroutines.Job
|
||||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
import kotlinx.coroutines.flow.asFlow
|
||||
import kotlinx.coroutines.flow.catch
|
||||
import kotlinx.coroutines.flow.collect
|
||||
@ -91,11 +90,6 @@ open class BrowseSourcePresenter(
|
||||
*/
|
||||
private lateinit var pager: Pager
|
||||
|
||||
/**
|
||||
* Flow of manga list to initialize.
|
||||
*/
|
||||
private val mangaDetailsFlow = MutableStateFlow<List<Manga>>(emptyList())
|
||||
|
||||
/**
|
||||
* Subscription for the pager.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user