Skip to content

Commit

Permalink
fix: [ANDROAPP-6579] remove weight when content is scrollable (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored Dec 12, 2024
1 parent 12034c5 commit dac2740
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 dac2740

Please sign in to comment.