Kaynağa Gözat

不要删除相册原图

詹子聪 5 yıl önce
ebeveyn
işleme
b25296d325

+ 1 - 1
app/src/main/java/com/miekir/ocr/ui/OperationPresenter.java

@@ -98,7 +98,7 @@ public class OperationPresenter extends BasePresenter<IOperationView> {
                                     .setDestinationDirectoryPath(file.getParentFile().getAbsolutePath())
                                     .compressToFile(file, "cp_" + file.getName());
 
-                            file.delete();
+                            //file.delete();
                             // 通知相册去获取
                             MediaScannerConnection.scanFile(context, new String[] { compressedFile.getAbsolutePath() }, new String[] { "image/jpeg" }, null);
                             // 保存最终截图成功