diff --git a/lib/ui/location_search_widget.dart b/lib/ui/location_search_widget.dart index 022bedf6023e3bdd0d1081633d89f36f84269341..7b98415fa81c0466f7fa84253e883885bc8f36ab 100644 --- a/lib/ui/location_search_widget.dart +++ b/lib/ui/location_search_widget.dart @@ -30,7 +30,6 @@ class _LocationSearchWidgetState extends State { ), ), hideOnEmpty: true, - hideOnLoading: true, loadingBuilder: (context) { return loadWidget; }, @@ -57,7 +56,6 @@ class _LocationSearchWidgetState extends State { return LocationSearchResultWidget(suggestion['name']); }, onSuggestionSelected: (suggestion) { - Navigator.pop(context); Navigator.of(context).push(MaterialPageRoute( builder: (context) => LocationSearchResultsPage( ViewPort(