On Account preferences > Filters With the list hidden on an empty view the FAB is erroneouly placed on the top left of the screen. (Introduced with #3430)
This commit is contained in:
parent
0a39ee7ded
commit
5cac17b7a9
1 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
|
||||||
} else {
|
} else {
|
||||||
binding.messageView.hide()
|
binding.messageView.hide()
|
||||||
binding.filtersList.adapter = FiltersAdapter(this@FiltersActivity, state.filters)
|
binding.filtersList.adapter = FiltersAdapter(this@FiltersActivity, state.filters)
|
||||||
binding.filtersList.show()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -91,7 +90,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun loadFilters() {
|
private fun loadFilters() {
|
||||||
binding.filtersList.hide()
|
|
||||||
viewModel.load()
|
viewModel.load()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue