mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-05-07 14:22:58 +08:00

If someone had removed Pictures folder in android, plugin failed trying to move there the new photo. This happened because plugin did not check the existence of this folder, and if not, it did not complete the folder tree. This closes #273