feat: Better invite search bar

This commit is contained in:
Christian Pauly 2020-12-20 17:00:09 +01:00
commit 67feba2d1d
4 changed files with 17 additions and 31 deletions

View file

@ -272,6 +272,7 @@ class _ChatListState extends State<ChatList> {
? Text(_selectedRoomIds.length.toString())
: DefaultAppBarSearchField(
searchController: searchController,
hintText: L10n.of(context).searchForAChat,
onChanged: (_) => setState(() => null),
),
),