ramzan / DiceGainz

A random workout generator for Android.
GNU General Public License v3.0
12 stars 1 forks source link

Bug: creating a tag named "All" #9

Open ramzan opened 3 years ago

ramzan commented 3 years ago

Currently the app uses the string "All" in the tag drop down to clear any selected filters. However, if the user creates a tag named "All", this conflicts with the aforementioned usage of the string causing undesired behavior.

This could be fixed by having the drop down be blank when no filter is selected, and having an 'x' icon at the end of the drop down which clears the selected filter when clicked.