Removing padding when 0

This commit is contained in:
Vitor Pamplona
2026-04-06 10:28:21 -04:00
parent 6251653951
commit b1f54a5c07
@@ -24,7 +24,6 @@ import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxHeight import androidx.compose.foundation.layout.fillMaxHeight
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.text.input.TextFieldState import androidx.compose.foundation.text.input.TextFieldState
import androidx.compose.foundation.text.input.clearText import androidx.compose.foundation.text.input.clearText
import androidx.compose.material3.MaterialTheme import androidx.compose.material3.MaterialTheme
@@ -78,7 +77,6 @@ fun MarmotGroupChatView(
modifier = modifier =
Modifier Modifier
.fillMaxHeight() .fillMaxHeight()
.padding(vertical = 0.dp)
.weight(1f, true), .weight(1f, true),
) { ) {
RefreshingChatroomFeedView( RefreshingChatroomFeedView(