fix(YouTube - Hide layout components): Do not hide chapters in feed unexpectedly

This commit is contained in:
oSumAtrIX 2023-10-03 03:28:28 +02:00
parent 6075c9ed17
commit bedb02e4f6
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -178,7 +178,6 @@ public final class LayoutComponentsFilter extends Filter {
communityPosts,
paidContent,
latestPosts,
chapters,
communityGuidelines,
quickActions,
expandableMetadata,
@ -201,7 +200,8 @@ public final class LayoutComponentsFilter extends Filter {
this.identifierFilterGroupList.addAll(
graySeparator,
chipsShelf
chipsShelf,
chapters
);
}