Fix filter button

This commit is contained in:
Jobobby04
2020-05-19 15:03:49 -04:00
parent a598afec43
commit bcfe5af135
2 changed files with 0 additions and 4 deletions

View File

@@ -170,7 +170,6 @@ open class BrowseSourceController(bundle: Bundle) :
}
if (presenter.sourceFilters.isEmpty()) {
filterSheet?.hideFilterButton()
binding.fabFilter.text = activity!!.getString(R.string.eh_saved_searches)
}