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

@ -146,6 +146,7 @@ class _DiscoverPageState extends State<DiscoverPage> {
elevation: _scrolledToTop ? 0 : null,
title: DefaultAppBarSearchField(
onChanged: (text) => _search(context, text),
hintText: L10n.of(context).searchForAChat,
suffix: IconButton(
icon: Icon(Icons.edit_outlined),
onPressed: () => _setServer(context),