mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix(YouTube - Hide layout components): Do not hide chapters in feed unexpectedly
This commit is contained in:
parent
6075c9ed17
commit
bedb02e4f6
@ -178,7 +178,6 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
communityPosts,
|
communityPosts,
|
||||||
paidContent,
|
paidContent,
|
||||||
latestPosts,
|
latestPosts,
|
||||||
chapters,
|
|
||||||
communityGuidelines,
|
communityGuidelines,
|
||||||
quickActions,
|
quickActions,
|
||||||
expandableMetadata,
|
expandableMetadata,
|
||||||
@ -201,7 +200,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
|
|
||||||
this.identifierFilterGroupList.addAll(
|
this.identifierFilterGroupList.addAll(
|
||||||
graySeparator,
|
graySeparator,
|
||||||
chipsShelf
|
chipsShelf,
|
||||||
|
chapters
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user