delete Abandoned parameters

This commit is contained in:
DMC 2018-05-19 19:20:09 +08:00 committed by GitHub
parent 0058dcbeb5
commit f49d31c76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,9 +157,6 @@ public class MediaPicker extends CordovaPlugin {
try {
int index=0;
for(Media media:select){
if(quality<100){
media=compressImage(media);
}
JSONObject object=new JSONObject();
object.put("path",media.path);
object.put("uri",Uri.parse(media.path));