MaterialSearchBar
MaterialSearchBar copied to clipboard
Latest release does not contain updates made to SuggestionsAdapter
Some changes made to the library's SuggestionsAdapter such as this:
//changing the suggestions list to protected
protected List<S> suggestions = new ArrayList<>();
..were not included in the latest 0.7.1
release. Please make a new release with these changes as we can't use the CustomSuggestionsAdapter implementation without the newly committed changes. Thanks!
Anyone know if they already corrected the error of SuggestionsAdapter?
As a temporary fix, I had to fork it and copy the changes manually and create a release @fabiantorresm