Skip to content

Ignore empty searches

component: general

issue: When the search term is empty and the enter button is pressed, the app would switch to the wifi view.

fix: we check in the callback for the enter key (search_entry_activated_cb) whether the search query is currently empty. If the query is empty, we ignore the key press.

#2119 (closed)

Merge request reports