parent
2f6d44b4ab
commit
940f3df96b
@ -350,7 +350,9 @@ private fun ExtendedPost(
|
|||||||
)
|
)
|
||||||
if (showBody) {
|
if (showBody) {
|
||||||
ScaledContent {
|
ScaledContent {
|
||||||
Box {
|
Box(
|
||||||
|
modifier = Modifier.padding(top = Spacing.xxs)
|
||||||
|
) {
|
||||||
val maxHeight = 200.dp
|
val maxHeight = 200.dp
|
||||||
val maxHeightPx = maxHeight.toLocalPixel()
|
val maxHeightPx = maxHeight.toLocalPixel()
|
||||||
var textHeightPx by remember { mutableStateOf(0f) }
|
var textHeightPx by remember { mutableStateOf(0f) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user