Skip to content

Commit 91cd5c5

Browse files
committed
fix: gallery image scaling
Signed-off-by: alperozturk <[email protected]>
1 parent b9f8e55 commit 91cd5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/ui/adapter/GalleryRowHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class GalleryRowHolder(
3333
private val defaultThumbnailSize: Float,
3434
private val ocFileListDelegate: OCFileListDelegate,
3535
val storageManager: FileDataStorageManager,
36-
private val galleryAdapter: GalleryAdapter,
36+
galleryAdapter: GalleryAdapter,
3737
private val viewThemeUtils: ViewThemeUtils
3838
) : SectionedViewHolder(binding.root) {
3939
val context = galleryAdapter.context

0 commit comments

Comments
 (0)