evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

Android: Fix bug with null CallbackContext #93

Open ghost opened 8 years ago

ghost commented 8 years ago

Pull request https://github.com/evothings/cordova-ble/pull/91 guards for situations when the CallbackContext is null, but there is a bug in there. Find and fix that bug.