Skip to content

Commit

Permalink
tuskyapp#3430: (fix) do not hide the anchor of the FAB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakoja committed Apr 24, 2023
1 parent f1b3faf commit 1781c8c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
} else {
binding.messageView.hide()
binding.filtersList.adapter = FiltersAdapter(this@FiltersActivity, state.filters)
binding.filtersList.show()
}
}
}
Expand All @@ -91,7 +90,6 @@ class FiltersActivity : BaseActivity(), FiltersListener {
}

private fun loadFilters() {
binding.filtersList.hide()
viewModel.load()
}

Expand Down

0 comments on commit 1781c8c

Please sign in to comment.