mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-05-03 00:00:04 +08:00
delete Abandoned mothed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user