You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Don't show search pop up for honeycomb++ search (appears in actionbar instead)
For apps that are Honeycomb+, clicking search was showing 2 search fields: a pop up dialog and a field in the Action Bar. Search in the ActionBar only happens for Honeycomb+; the popup dialog should only happen for < Honeycomb. This changes the logic to match that: the search dialog will only pop up now when there is no search in the ActionBar.
0 commit comments