feat(YouTube - Hide feed components): Handle new type of surveys (#4295)
This commit is contained in:
parent
1e57ce9658
commit
e5e897de77
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ public final class LayoutComponentsFilter extends Filter {
|
||||||
inFeedSurvey = new StringFilterGroup(
|
inFeedSurvey = new StringFilterGroup(
|
||||||
Settings.HIDE_FEED_SURVEY,
|
Settings.HIDE_FEED_SURVEY,
|
||||||
"in_feed_survey",
|
"in_feed_survey",
|
||||||
"slimline_survey"
|
"slimline_survey",
|
||||||
|
"feed_nudge"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var medicalPanel = new StringFilterGroup(
|
final var medicalPanel = new StringFilterGroup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue