Remove redundant pop

This commit is contained in:
Neeraj Gupta 2024-02-15 22:16:08 +05:30
parent f662d01f58
commit f7358bb89e

View file

@ -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),