Browse Source

[Modify]修改图片分类

zhipeng 2 years ago
parent
commit
c79ed21d51

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

@@ -87,6 +87,7 @@ public class ImageDeepDetector {
                     switch (tag) {
                         case JPG_MAGIC:
                         case IMAGE_SUFFIX:
+                            return Flowable.just(new ImageFile(xFile));
                         case XIAOMI_GALLERY_CACHE:
                             return Flowable.just(new ImageFile(xFile, ImageFile.CATEGORY_GALLERY));
                         case WECHAT_CACHE: