This commit is contained in:
Victor Shcherb 2015-06-03 16:23:36 +02:00
parent 8eac068dfa
commit 98bf7678a3

View file

@ -410,6 +410,9 @@ public class SearchPOIActivity extends OsmandListActivity implements OsmAndCompa
} else {
this.filter.updateTypesToAccept(custom);
}
filter.clearPreviousZoom();
// run query again
runNewSearchQuery(location, NEW_SEARCH_INIT);
}
if (filter == null || filter.isEmpty()) {
finish();