瀏覽代碼

[Fix]图片过滤bug

zhipeng 2 年之前
父節點
當前提交
a3c38aef13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/java/com/datarecovery/master/utils/ImageDeepDetector.java

+ 1 - 1
app/src/main/java/com/datarecovery/master/utils/ImageDeepDetector.java

@@ -157,7 +157,7 @@ public class ImageDeepDetector {
                 return false;
             }
             if (path.endsWith(ContextUtil.getContext().getPackageName())) {
-                return false;
+                return true;
             }
             if (path.contains("com.kuaishou.nebula") && (path.endsWith("live_gift_store_icon_directory") ||
                     path.endsWith("magic_finger_resource") || path.endsWith("theme_resource") ||