mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix(YouTube - Hide feed components): Hide category bar in feed
does not work on the Subscriptions tab https://github.com/inotia00/ReVanced_Extended/issues/2751
This commit is contained in:
@ -173,6 +173,11 @@ public final class FeedComponentsFilter extends Filter {
|
||||
"subscriptions_channel_bar"
|
||||
);
|
||||
|
||||
final StringFilterGroup subscriptionsCategoryBar = new StringFilterGroup(
|
||||
Settings.HIDE_CATEGORY_BAR_IN_FEED,
|
||||
"subscriptions_chip_bar"
|
||||
);
|
||||
|
||||
final StringFilterGroup ticketShelf = new StringFilterGroup(
|
||||
Settings.HIDE_TICKET_SHELF,
|
||||
"ticket_horizontal_shelf",
|
||||
@ -193,6 +198,7 @@ public final class FeedComponentsFilter extends Filter {
|
||||
notifyMe,
|
||||
playables,
|
||||
subscriptionsChannelBar,
|
||||
subscriptionsCategoryBar,
|
||||
ticketShelf
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user