Remove redundant pop
This commit is contained in:
parent
f662d01f58
commit
f7358bb89e
1 changed files with 0 additions and 1 deletions
|
@ -777,7 +777,6 @@ class SearchService {
|
|||
city.city,
|
||||
results[city]!,
|
||||
onResultTap: (ctx) {
|
||||
Navigator.of(ctx).pop();
|
||||
showAddLocationSheet(
|
||||
ctx,
|
||||
Location(latitude: city.lat, longitude: city.lng),
|
||||
|
|
Loading…
Add table
Reference in a new issue