mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 22:39:22 +00:00
Attempt to avoid autofocus
This commit is contained in:
parent
3835ec4fe1
commit
13cd3186f5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user