RioBus / android-app

RioBus mobile app written with Java
http://riob.us
GNU General Public License v2.0
19 stars 20 forks source link

Showing snackbar with bus sense when searching for multiple lines #90

Closed fmsouza closed 8 years ago

fmsouza commented 8 years ago

When the user searches for a keyword, for example, the result can be buses of lots of lines. This way, the snackbar showing the direction information with the option to change the direction does not make sense.

Suggestion 1: Remove the snackbar for searches with more than one single line as result.

Suggestion 2: Show a snackbar with generic information about the search and the star to favorite the query.

limazix commented 8 years ago

The bar only is shown when there is only one result from the search. For example, if you search for 'campo' and there is only one line as result the bar will be showed.

fmsouza commented 8 years ago

I should have tested a bad build. Can't reproduce this issue anymore. Closing.