mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-27 11:13:38 +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,
|
||||
paidContent,
|
||||
latestPosts,
|
||||
chapters,
|
||||
communityGuidelines,
|
||||
quickActions,
|
||||
expandableMetadata,
|
||||
@ -201,7 +200,8 @@ public final class LayoutComponentsFilter extends Filter {
|
||||
|
||||
this.identifierFilterGroupList.addAll(
|
||||
graySeparator,
|
||||
chipsShelf
|
||||
chipsShelf,
|
||||
chapters
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user