更新 'SrcJuMethod.js'

Ju
src48597962 2 years ago
parent 723a3fcd2b
commit c760426903
  1. 1
      SrcJuMethod.js

@ -139,6 +139,7 @@ function imageCompress(imgurl,fileid) {
let bitmap; let bitmap;
if (typeof path === "object" && path.getClass) { if (typeof path === "object" && path.getClass) {
bitmap = BitmapFactory.decodeStream(path, null, options); bitmap = BitmapFactory.decodeStream(path, null, options);
closeMe(path);
} else { } else {
bitmap = BitmapFactory.decodeFile(path, options); bitmap = BitmapFactory.decodeFile(path, options);
} }

Loading…
Cancel
Save