Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide layout components): Do not hide chapters in feed u…
Browse files Browse the repository at this point in the history
…nexpectedly
  • Loading branch information
oSumAtrIX committed Oct 3, 2023
1 parent 6075c9e commit bedb02e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public LayoutComponentsFilter() {
communityPosts,
paidContent,
latestPosts,
chapters,
communityGuidelines,
quickActions,
expandableMetadata,
Expand All @@ -201,7 +200,8 @@ public LayoutComponentsFilter() {

this.identifierFilterGroupList.addAll(
graySeparator,
chipsShelf
chipsShelf,
chapters
);
}

Expand Down

0 comments on commit bedb02e

Please sign in to comment.