Settings: Git Author Email: Mark keyboard type as email

This commit is contained in:
Vishesh Handa
2019-10-10 16:58:12 +02:00
parent 8e5f0c84c7
commit 5b25fd56c1

View File

@ -79,6 +79,7 @@ class SettingsListState extends State<SettingsList> {
child: TextFormField( child: TextFormField(
key: gitAuthorEmailKey, key: gitAuthorEmailKey,
style: Theme.of(context).textTheme.title, style: Theme.of(context).textTheme.title,
keyboardType: TextInputType.emailAddress,
decoration: const InputDecoration( decoration: const InputDecoration(
icon: Icon(Icons.email), icon: Icon(Icons.email),
hintText: 'Who should author the changes?', hintText: 'Who should author the changes?',