Procházet zdrojové kódy

[Modify]修改图片分类

zhipeng před 2 roky
rodič
revize
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: