FrancisG-Massey / Capstone2016

4 stars 0 forks source link

'Other' option for catches #257

Open FrancisG-Massey opened 7 years ago

FrancisG-Massey commented 7 years ago

An 'other' option should be added to the bottom of the catch selection screen implemented in #226, allowing users to type a description of a catch which doesn't yet appear as one of the catch type options.

The ground work for this is already implemented, but the dialog has appearance issues (text appears blury & the "Ok"/"Cancel" buttons don't appear at all). Once these appearance issues are fixed, the option can be re-enabled by uncommenting the catchSelectDialog.getCatchTypes().add(CatchType.OTHER); statement in NavigationView