mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 07:34:33 +02:00
fix(YouTube - Hide info cards): Fix info cards not hiding for some users (#487)
This commit is contained in:
parent
a01db14c1e
commit
00c4c4025b
@ -0,0 +1,15 @@
|
|||||||
|
package app.revanced.integrations.patches.components;
|
||||||
|
|
||||||
|
import app.revanced.integrations.settings.SettingsEnum;
|
||||||
|
|
||||||
|
public final class HideInfoCardsFilterPatch extends Filter {
|
||||||
|
|
||||||
|
public HideInfoCardsFilterPatch() {
|
||||||
|
identifierFilterGroupList.addAll(
|
||||||
|
new StringFilterGroup(
|
||||||
|
SettingsEnum.HIDE_INFO_CARDS,
|
||||||
|
"info_card_teaser_overlay.eml"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user