-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
history not added if searchView.setQuery(suggestion, true) #154
Comments
Is this happening only when you try to use it that way? If you set the flag to false, does it work? Also, try to do: |
If I submitted the query with search button on keyboard, the suggestion is added to the history list. However, if I submitted the query with Ps. I have done |
Hm. That's weird. But I'll take a look and try to reproduce the problem. Thanks for the report! |
Thanks for checking it. Different from your example:
In my app, I update the suggestions based on the query:
In
|
Can I manage history by myself, e.g., add history, save and load history? |
history not added if
searchView.setQuery(suggestion, true)
The text was updated successfully, but these errors were encountered: