Singleline for search room list TextField
This commit is contained in:
committed by
Benoit Marty
parent
4a985aac98
commit
a95067ae0d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user