mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +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