mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 12:30:40 +00:00
removed autofocus from name textfield
This commit is contained in:
parent
4c0c9963b8
commit
6059fe7c48
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ class _NameFieldBuilder extends StatelessWidget {
|
|||
),
|
||||
child: LightmeterTextField(
|
||||
initialValue: state.name,
|
||||
autofocus: true,
|
||||
maxLength: 48,
|
||||
hintText: S.of(context).name,
|
||||
style: Theme.of(context).listTileTheme.titleTextStyle,
|
||||
|
|
Loading…
Reference in a new issue