Skip to content

Commit

Permalink
fix: [ANDROAPP-6579] remove weight when content is scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Dec 12, 2024
1 parent 12034c5 commit 362caa4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ private fun ColumnScope.AdditionalInfoColumn(
when {
!additionalInfoColumnState.scrollableContent -> modifier
additionalInfoColumnState.isExpanded() -> modifier.verticalScroll(scrollState)
.weight(1f)

else -> modifier
}
}
Expand Down

0 comments on commit 362caa4

Please sign in to comment.