Fix toilets customer filter
This commit is contained in:
parent
2c3dd09ba1
commit
4b75d9274c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public class EditPOIFilterActivity extends OsmandListActivity {
|
|||
}
|
||||
|
||||
public ListView selectAllFromCategory(PoiCategory poiCategory) {
|
||||
filter.selectSubTypesToAccept(poiCategory, null);
|
||||
filter.updateTypesToAccept(poiCategory);
|
||||
helper.editPoiFilter(filter);
|
||||
ListView lv = this.getListView();
|
||||
AmenityAdapter la = this.getListAdapter();
|
||||
|
|
Loading…
Reference in a new issue