InfoStats2 icon indicating copy to clipboard operation
InfoStats2 copied to clipboard

[IS2Telephony phoneSignalBars] causes error on phone with no SIM card

Open GaitherStephens opened this issue 9 years ago • 0 comments

Code:

    try{
      storage.phoneSignalBars = [IS2Telephony phoneSignalBars];
    }catch(err) {
      alert(err);
    }

Resulting error message: 'this call must be made on the main thread'

Device: iPhone 6 jailbroken on 9.3.3

GaitherStephens avatar Jan 02 '17 19:01 GaitherStephens