@@ -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: