Przeglądaj źródła

add FIXME for localPath thumbnail generation

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 8 miesięcy temu
rodzic
commit
401b67e812

+ 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