mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 21:32:57 +01:00
bdf403210e
for appkeys with index 0 it was assumed they were not found becaus JSONObject.getOpt() returns 0 if not found. Use the getOpt() method variant with a fallback parameter instead and set that to -1 fixes the problem. (Also fixes a missing debug output) Fixes #419 |
||
---|---|---|
.. | ||
.settings | ||
aidl/com/android/internal/telephony | ||
assets | ||
java/nodomain/freeyourgadget/gadgetbridge | ||
res | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
lint.xml | ||
project.properties |