CatimaLoyalty / Android

Catima, a Loyalty Card & Ticket Manager for Android
https://catima.app
GNU General Public License v3.0
878 stars 151 forks source link

Migrate to new SearchView #2093

Open TheLastProject opened 1 month ago

TheLastProject commented 1 month ago

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.