Fix typo
This commit is contained in:
parent
217169620c
commit
281cb17c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fun TimelineItemReactionsLayout(
|
||||||
|
|
||||||
measurables.forEach { placeable ->
|
measurables.forEach { placeable ->
|
||||||
val horizontalSpacing = if (currentRow.isEmpty()) 0 else itemSpacing.toPx().toInt()
|
val horizontalSpacing = if (currentRow.isEmpty()) 0 else itemSpacing.toPx().toInt()
|
||||||
// If the current view does not fine on this row bump to the next
|
// If the current view does not fit on this row bump to the next
|
||||||
if (rowX + placeable.width > constraints.maxWidth) {
|
if (rowX + placeable.width > constraints.maxWidth) {
|
||||||
rows.add(currentRow)
|
rows.add(currentRow)
|
||||||
currentRow = mutableListOf()
|
currentRow = mutableListOf()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue