Fix new custom filter visibility
This commit is contained in:
parent
1249987391
commit
44617b3f6b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,6 @@ public class QuickSearchHelper implements ResourceListener {
|
|||
core.registerAPI(new SearchOnlineApi(app));
|
||||
|
||||
refreshCustomPoiFilters();
|
||||
refreshFilterOrders();
|
||||
}
|
||||
|
||||
public void refreshCustomPoiFilters() {
|
||||
|
@ -116,6 +115,7 @@ public class QuickSearchHelper implements ResourceListener {
|
|||
core.addCustomSearchPoiFilter(localWikiPoiFilter, 1);
|
||||
}
|
||||
core.addCustomSearchPoiFilter(poiFilters.getShowAllPOIFilter(), 1);
|
||||
refreshFilterOrders();
|
||||
}
|
||||
|
||||
public void refreshFilterOrders() {
|
||||
|
|
Loading…
Reference in a new issue