Skip to content

Commit 3868e6a

Browse files
authored
Merge branch 'main' into mlykotom/jetcaster/simplify-home
2 parents ec5e931 + 2a30765 commit 3868e6a

File tree

1 file changed

+1
-1
lines changed
  • Jetchat/app/src/main/java/com/example/compose/jetchat/conversation

1 file changed

+1
-1
lines changed

Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private fun UserInputText(
440440
keyboardType,
441441
focusState,
442442
onMessageSent,
443-
Modifier.semantics {
443+
Modifier.fillMaxWidth().semantics {
444444
contentDescription = a11ylabel
445445
keyboardShownProperty = keyboardShown
446446
}

0 commit comments

Comments
 (0)