IBM-MIL / IBM-Ready-App-for-Telecommunications

An Android Ready App that allows users to dynamically manage their data/talk/text plans while utilizing material design, MVP architecture, and reactive programming.
Other
33 stars 22 forks source link

Crashes with java.lang.NumberFormatException #9

Closed narinearraul closed 9 years ago

narinearraul commented 9 years ago

Steps to Reproduce

  1. Click on the Data tab.
  2. For all the apps under the My Apps section, click Add
  3. On top of Data tab lower the GB value as low as permitted
  4. Click ACCEPT
  5. App will crash with java.lang.NumberFormatException

Solution

This is due to dividing by zero when the GB limit goes down to zero. Proposed solution is to make the minimum data limit 1.