terikon / cordova-plugin-photo-library

Maintainer needed. Please contact if you're using this library in your project
MIT License
149 stars 295 forks source link

[fix] android app crash when the saveImage method is called #211

Open xJosee opened 1 year ago

xJosee commented 1 year ago

When an image is saved in android, queryLibrary is called to return a LibraryItem, currently in android applications this causes the app to close. We removed those lines of code and return an empty JSONObject.