darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 136 forks source link

Handle bundles in sendResult #57

Closed cortexml closed 6 years ago

cortexml commented 6 years ago

When action is "sendResult", the code doesn't handle the case where the value of the extras object is a bundle. This patch solves the issue. Thanks a lot! :D

darryncampbell commented 6 years ago

Thank you. It will be pushed to npm when I next update the plugin there but let me know if you need it pushed sooner

cortexml commented 6 years ago

No hurry at all. Thanks a lot for merging this PR :D