diff --git a/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java b/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java index 489569ca..1be083de 100644 --- a/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java +++ b/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java @@ -93,6 +93,7 @@ public final class GeneralAdsPatch extends Filter { channelMemberShelf ); + var quickActions = new BlockRule(SettingsEnum.ADREMOVER_CHANNEL_BAR, "quick_actions"); var carouselAd = new BlockRule(SettingsEnum.ADREMOVER_GENERAL_ADS_REMOVAL, "carousel_ad" ); @@ -106,6 +107,7 @@ public final class GeneralAdsPatch extends Filter { this.identifierRegister.registerAll( shorts, graySeparator, + quickActions, carouselAd ); }