Open filter from list header

This commit is contained in:
Koitharu
2022-03-03 18:31:47 +02:00
parent 238bc89be9
commit 5c05aaeacf
17 changed files with 125 additions and 62 deletions

View File

@@ -32,7 +32,7 @@ class LocalListViewModel(
val importProgress = MutableLiveData<Progress?>(null)
private val listError = MutableStateFlow<Throwable?>(null)
private val mangaList = MutableStateFlow<List<Manga>?>(null)
private val headerModel = ListHeader(null, R.string.local_storage)
private val headerModel = ListHeader(null, R.string.local_storage, null)
private var importJob: Job? = null
override val content = combine(