Fix build
This commit is contained in:
parent
824713036a
commit
d6982a32d3
1 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,12 @@ open class BrowseSourceScreenModel(
|
|||
|
||||
val source = sourceManager.get(sourceId) as CatalogueSource
|
||||
|
||||
// SY -->
|
||||
val ehentaiBrowseDisplayMode by unsortedPreferences.enhancedEHentaiView().asState(coroutineScope)
|
||||
|
||||
private val filterSerializer = FilterSerializer()
|
||||
// SY <--
|
||||
|
||||
init {
|
||||
mutableState.update {
|
||||
var query: String? = null
|
||||
|
|
|
|||
Loading…
Reference in a new issue