MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Latest release does not contain updates made to SuggestionsAdapter

Open dinukapj opened this issue 6 years ago • 2 comments

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!

dinukapj avatar Jul 19 '17 08:07 dinukapj

Anyone know if they already corrected the error of SuggestionsAdapter?

fabiantorresm avatar Jul 26 '17 03:07 fabiantorresm

As a temporary fix, I had to fork it and copy the changes manually and create a release @fabiantorresm

dinukapj avatar Jul 31 '17 04:07 dinukapj