removed autofocus from name textfield

This commit is contained in:
Vadim 2025-02-09 19:00:30 +01:00
parent 4c0c9963b8
commit 6059fe7c48

View file

@ -138,7 +138,6 @@ class _NameFieldBuilder extends StatelessWidget {
), ),
child: LightmeterTextField( child: LightmeterTextField(
initialValue: state.name, initialValue: state.name,
autofocus: true,
maxLength: 48, maxLength: 48,
hintText: S.of(context).name, hintText: S.of(context).name,
style: Theme.of(context).listTileTheme.titleTextStyle, style: Theme.of(context).listTileTheme.titleTextStyle,