mapzen / eraser-map

Privacy-focused mapping application for Android
GNU General Public License v3.0
74 stars 24 forks source link

Search messaging when no results found #781

Closed ecgreb closed 7 years ago

ecgreb commented 7 years ago

There should be proper messaging to inform the user when search was successfully executed but no results were found.

Currently the search UI simply closes which feels broken.

@mjcunningham what do you think about flashing a Toast message with the text "No results found"?

mjcunningham commented 7 years ago

Agreed, and maybe it doesn't drop the keyboard and keeps the cursor in the text input box.