mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Improve search appearance
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user