Browse Source

[Fix]图片过滤bug

zhipeng 1 year ago
parent
commit
a3c38aef13

+ 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") ||