mit-dig / punya

Punya Framework powered by MIT App Inventor Technology

Home Page:http://punya.mit.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TelephonyManager doesn't have error correction for potentially null fields in Handler

anubhav94 opened this issue · comments

The handler at line 123 that handles the data message that is received and set's the Telephony Manager's properties depends on all properties being present in the data message and doesn't accept null values. Can have null values present if phone isn't connected to a cellular network.

@anubhav94 is this being resolved?