feat: Better invite search bar
This commit is contained in:
parent
acd827dfaa
commit
67feba2d1d
4 changed files with 17 additions and 31 deletions
|
|
@ -272,6 +272,7 @@ class _ChatListState extends State<ChatList> {
|
|||
? Text(_selectedRoomIds.length.toString())
|
||||
: DefaultAppBarSearchField(
|
||||
searchController: searchController,
|
||||
hintText: L10n.of(context).searchForAChat,
|
||||
onChanged: (_) => setState(() => null),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue