Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide feed components): `Hide expandable chip under vide…
Browse files Browse the repository at this point in the history
…os` setting does not work (A/B tests)
  • Loading branch information
anddea committed Jun 23, 2024
1 parent 8bac6f9 commit f33e4b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public FeedComponentsFilter() {

final StringFilterGroup expandableChip = new StringFilterGroup(
Settings.HIDE_EXPANDABLE_CHIP,
"inline_expansion"
"inline_expansion",
"inline_expander"
);

final StringFilterGroup feedSurvey = new StringFilterGroup(
Expand Down

0 comments on commit f33e4b6

Please sign in to comment.