add FIXME for localPath thumbnail generation

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-09-26 09:55:28 +02:00 committed by Alper Öztürk
parent 1aebf6a8f3
commit 401b67e812

View file

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