浏览代码

1.修改Android Apex CRM图片压缩。

Pen Li 7 年之前
父节点
当前提交
0f1e67030e
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      ApexDrivers/apexcrm/src/main/java/com/usai/apex/apexcrm/MainActivity.java

+ 8 - 0
ApexDrivers/apexcrm/src/main/java/com/usai/apex/apexcrm/MainActivity.java

@@ -372,6 +372,14 @@ public class MainActivity extends AppCompatActivity implements RAWebView.WebView
 
     private void setWebImageForPath(String path) {
         if (path != null) {
+            File imgFile = ImageUtil.compressImageFile(self, new File(path));
+            if (imgFile != null) {
+                path = imgFile.getAbsolutePath();
+            }
+        }
+
+        if (path != null) {
+
             String imgBase64 = FileManager.base64StringFromFile(path);
 //            setWebImageWithBase64(imgBase64);