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
Show "No matches" empty state when search returns no results
Previously SearchFragment.done() installed a SearchAdapter unconditionally,
so an empty SearchResult produced a blank screen with no feedback. Detect
the empty case and route through the existing setEmpty() helper, reusing
the localized search.no_match string.
Fixes#139
0 commit comments