Android icon indicating copy to clipboard operation
Android copied to clipboard

Migrate to new SearchView

Open TheLastProject opened this issue 4 months ago • 0 comments

According to this post I found, " SearchView embedded within a Toolbar is a somewhat outdated pattern". We should consider moving over to the new Material SearchBar/SearchView, to hopefully get rid of the OnQueryTextListener quirk the old searchview has which caused issues in #2092.

TheLastProject avatar Oct 01 '24 17:10 TheLastProject