Singleline for search room list TextField
This commit is contained in:
parent
26e46dc6ed
commit
fb9c8f9346
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ internal fun RoomListSearchResultContent(
|
|||
.fillMaxWidth()
|
||||
.focusRequester(focusRequester),
|
||||
value = filter,
|
||||
singleLine = true,
|
||||
onValueChange = { state.eventSink(RoomListEvents.UpdateFilter(it)) },
|
||||
colors = TextFieldDefaults.colors(
|
||||
focusedContainerColor = Color.Transparent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue