joaomneto / TitanCompanion

Android app to support Fighting Fantasy gamebook playing without the use of additional pen, paper and dice. The objective is for the reader to immerse himself fully on the book and let the app do the rest of the work. The objective of this application is to support the distinct rules of each Fighting Fantasy gamebook.
GNU Lesser General Public License v3.0
14 stars 4 forks source link

Crash in Caverns of the snow witch #53

Closed joaomneto closed 6 years ago

joaomneto commented 6 years ago

In gitlab by @sebhz on Jul 18, 2017, 09:13

Create a new adventure for "Caverns of the snow Witch". The "Provisions" field reads as "null", with a "+" and "-" button on each side of the label. click on + or -, the application crashes. Looks like the + and - button try and do arithmetics on a null field :-) If provisions are not active in the adventure, the "Provisions" field should not be displayed. Or at least the + / - buttons should be set to inactive.

joaomneto commented 6 years ago

In gitlab by @sebhz on Jul 18, 2017, 09:14

changed the description

joaomneto commented 6 years ago

In gitlab by @joao.m.neto on Jul 26, 2017, 14:53

Thanks for reporting this. As luck would have it I detected this issue and I fixed it on the last update.