delete Abandoned mothed

This commit is contained in:
dmcBig
2018-05-21 09:55:57 +08:00
parent f49d31c76e
commit 9a878da055
-9
View File
@@ -224,15 +224,6 @@ public class MediaPicker extends CordovaPlugin {
return encodedImage;
}
public Media compressImage(Media media){
File file=compressImage(media.path,quality);
media.path=file.getPath();
media.name=file.getName();
media.size=file.length();
return media;
}
public void compressImage( JSONArray args, CallbackContext callbackContext){
this.callback=callbackContext;
try {