diff --git a/OsmAnd/src/net/osmand/plus/search/QuickSearchSubCategoriesFragment.java b/OsmAnd/src/net/osmand/plus/search/QuickSearchSubCategoriesFragment.java index 34b0104881..09777e794d 100644 --- a/OsmAnd/src/net/osmand/plus/search/QuickSearchSubCategoriesFragment.java +++ b/OsmAnd/src/net/osmand/plus/search/QuickSearchSubCategoriesFragment.java @@ -172,6 +172,7 @@ public class QuickSearchSubCategoriesFragment extends BaseOsmAndDialogFragment { headerShadow = inflater.inflate(R.layout.list_shadow_header, listView, false); footerShadow = inflater.inflate(R.layout.list_shadow_footer, listView, false); headerSelectAll = inflater.inflate(R.layout.select_all_switch_list_item, listView, false); + headerSelectAll.setVerticalScrollBarEnabled(false); selectAllSwitch = headerSelectAll.findViewById(R.id.select_all); selectAllSwitch.setChecked(selectAll); selectAllSwitch.setOnClickListener(new View.OnClickListener() {