Skip to content

Commit 2757665

Browse files
committed
use correct placeholder and image size
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 812f971 commit 2757665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/gallery/GalleryImageGenerationJob.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class GalleryImageGenerationJob(private val user: User, private val storageManag
128128
}
129129

130130
imageView.setImageBitmap(bitmap)
131-
// imageView.invalidate()
131+
imageView.invalidate()
132132
listener.onSuccess()
133133
}
134134

0 commit comments

Comments
 (0)