NotQuiteAwake / smart-aircon

A smart system for air conditioners, built on Arduino.
MIT License
0 stars 0 forks source link

EditExpActivity Crash Bug #1

Closed NotQuiteAwake closed 5 years ago

NotQuiteAwake commented 5 years ago

When trying to modify the figures by clicking on a bar, the activity crashes because in line 109, index is always equal to -1, which results in an unexpected ArrayIndexOutOfBoundsException.

NotQuiteAwake commented 5 years ago

Fixed. This actually happened because a wrong function was used.