mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova
MIT License
73 stars 73 forks source link

fix: further guard against NPEs #40

Closed timbru31 closed 4 years ago

timbru31 commented 4 years ago

Because the success/error callbacks are executed in a new Runnable, the null safe check before the construction of the Runnable might not be sufficient.

Reference issue #24