mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
add FIXME for localPath thumbnail generation
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
1aebf6a8f3
commit
401b67e812
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue