mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Attempt to avoid autofocus
This commit is contained in:
		@@ -58,6 +58,7 @@ class _GlobalSearchFieldState extends State<GlobalSearchField> {
 | 
			
		||||
        child: Padding(
 | 
			
		||||
          padding: const EdgeInsets.only(left: 8.0),
 | 
			
		||||
          child: TextField(
 | 
			
		||||
            autofocus: false,
 | 
			
		||||
            controller: _controller,
 | 
			
		||||
            focusNode: _focusNode,
 | 
			
		||||
            textAlignVertical: TextAlignVertical.center,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user