diff --git a/lib/pages/vehicles_on_the_property/vehicles_on_the_property.dart b/lib/pages/vehicles_on_the_property/vehicles_on_the_property.dart index edbd968b..9e51e429 100644 --- a/lib/pages/vehicles_on_the_property/vehicles_on_the_property.dart +++ b/lib/pages/vehicles_on_the_property/vehicles_on_the_property.dart @@ -123,7 +123,6 @@ class _VehiclePageState extends State _model.handleEditingChanged(false); } if (isFirst) { - FocusScope.of(context).nextFocus(); setState(() {}); } }