mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-23 13:49:51 +01:00
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
@ -82,7 +82,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
|
||||
} else {
|
||||
binding.messageView.hide()
|
||||
binding.filtersList.adapter = FiltersAdapter(this@FiltersActivity, state.filters)
|
||||
binding.filtersList.show()
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -91,7 +90,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
|
||||
}
|
||||
|
||||
private fun loadFilters() {
|
||||
binding.filtersList.hide()
|
||||
viewModel.load()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user