From 31000f307768a75796ff85588db5d12e69b58bc2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 3 Oct 2021 12:57:29 +0300 Subject: [PATCH] Add platform in contact message --- lib/ui/app/menu_drawer.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index 8644ef76f..95193d18d 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -1271,6 +1271,7 @@ class _ContactUsDialogState extends State { ), SizedBox(height: 10), TextFormField( + autofocus: true, decoration: InputDecoration( labelText: localization.message, ),