mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Improve search appearance
This commit is contained in:
parent
0494a9058d
commit
bffdab1423
@ -35,6 +35,9 @@ class _SearchScreenState extends State<SearchScreen> {
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
TextField(
|
||||
decoration: InputDecoration(
|
||||
icon: Icon(Icons.search),
|
||||
labelText: tr("Search a user, a group...")),
|
||||
onChanged: (s) => _newSearch(s),
|
||||
),
|
||||
_searchResultsList == null
|
||||
|
Loading…
Reference in New Issue
Block a user