nbossard / packlist

An Android open-source packing-list helper for your next trip.
Apache License 2.0
13 stars 9 forks source link

Bug: non numerical input to the "weight" of an item causes crash #78

Open junior291492659 opened 5 years ago

junior291492659 commented 5 years ago
  1. create a trip named "test1"

  2. click "test1" to the list page

  3. add new item called "t1"

  4. click "MORE"

  5. set value "weight" to "" instead of "0"

  6. click "UPDATE"

Expected result: a friendly alert to tell this input should be numerical. Actual result: app crashed

packlist 00_00_00--00_00_20

It would be really appreciated to get your concern on this. Thanks

nbossard commented 5 years ago

Thanks for your feedback, will work on this.

tingsu commented 4 years ago

I also encounter this issue. Any plan to fix this?