Skip to content

Commit

Permalink
fix: scrolling in calling grid is not smooth (WPB-4531) (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored Sep 13, 2023
1 parent ead2204 commit 3cf713f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fun CallingHorizontalView(
start = dimensions().spacing4x,
end = dimensions().spacing4x
),
userScrollEnabled = false,
verticalArrangement = Arrangement.spacedBy(MaterialTheme.wireDimensions.spacing2x)
) {
items(items = participants, key = { it.id.toString() + it.clientId }) { participant ->
Expand Down

0 comments on commit 3cf713f

Please sign in to comment.