소스 검색

add FIXME for localPath thumbnail generation

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 8 달 전
부모
커밋
401b67e812
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/java/com/owncloud/android/utils/BitmapUtils.java

+ 1 - 0
app/src/main/java/com/owncloud/android/utils/BitmapUtils.java

@@ -78,6 +78,7 @@ public final class BitmapUtils {
         // make a false load of the bitmap to get its dimensions
         options.inJustDecodeBounds = true;
 
+        // FIXME after auto-rename can't generate thumbnail from localPath
         BitmapFactory.decodeFile(srcPath, options);
 
         // calculate factor to subsample the bitmap