yashovardhan99 / HealersDiary

Healers Diary - an android app for healers to keep track of their patients and help in instant billing. The app is currently in development.
https://play.google.com/store/apps/details?id=com.yashovardhan99.healersdiary&utm_source=github&utm_campaign=github&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
Apache License 2.0
8 stars 0 forks source link

Unhandled NumberFormatException #8

Closed yashovardhan99 closed 5 years ago

yashovardhan99 commented 5 years ago

There was an unhandled NumberFormatException in NewPatient.java. When the user would insert non numeric characters in the due or edit fields, the exception would be thrown because the number could not be parsed to double.

yashovardhan99 commented 5 years ago

Has been fixed in master. Will be rolled out in release 0.8.2 soon

yashovardhan99 commented 5 years ago

Fixed in #9