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