sandeepdillerao / cordova-plugin-otp-auto-verification

13 stars 10 forks source link

reset mSmsReceiver to null on stopOTPListener to fix subscribe workin… #1

Closed harshabonthu closed 7 years ago

harshabonthu commented 7 years ago

Currently calling startOTPListener again after calling stopOTPListener, plugin is not working.

We should reset mSmsReceiver to null on stopOTPListener to get subscribe working on calling startOTPListener again.