clear naming for input

This commit is contained in:
Fabian Freund
2025-12-22 21:00:25 +01:00
parent 5a46751834
commit 62f48f92f5
@@ -190,6 +190,7 @@ class SearchScreen extends HookConsumerWidget {
textEditingController: searchTextController,
focusNode: searchFocusNode,
autofocus: true,
label: const Text('Address / Search'),
onSubmitted: (value) async {
if (value.isNotEmpty) {
var newUrl = uri_parser.tryParseUrl(