Skip to content

Commit

Permalink
Revert "Gallery: Improve scroll speed in media grid"
Browse files Browse the repository at this point in the history
Signed-off-by: IacobIonut01 <[email protected]>
  • Loading branch information
IacobIonut01 committed Jun 23, 2024
1 parent 7998535 commit 2cefaa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ fun PinchZoomGridScope.MediaGridView(
contentPadding = paddingValues,
userScrollEnabled = canScroll,
horizontalArrangement = Arrangement.spacedBy(1.dp),
verticalArrangement = Arrangement.spacedBy(1.dp),
flingBehavior = maxScrollFlingBehavior()
verticalArrangement = Arrangement.spacedBy(1.dp)
) {
if (aboveGridContent != null) {
item(
Expand Down

This file was deleted.

0 comments on commit 2cefaa2

Please sign in to comment.