Fix bug with POI https://github.com/osmandapp/Osmand/issues/1221
This commit is contained in:
parent
04b738c236
commit
ece96a1b18
1 changed files with 3 additions and 0 deletions
|
@ -409,6 +409,9 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
|
||||||
} else {
|
} else {
|
||||||
this.filter.updateTypesToAccept(custom);
|
this.filter.updateTypesToAccept(custom);
|
||||||
}
|
}
|
||||||
|
filter.clearPreviousZoom();
|
||||||
|
// run query again
|
||||||
|
runNewSearchQuery(location, NEW_SEARCH_INIT);
|
||||||
}
|
}
|
||||||
if (filter == null || filter.isEmpty()) {
|
if (filter == null || filter.isEmpty()) {
|
||||||
finish();
|
finish();
|
||||||
|
|
Loading…
Reference in a new issue