mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 15:44:40 +02:00
fix: invalid syntax error
This commit is contained in:
parent
767201ce05
commit
d4a23ed5c9
@ -22,7 +22,7 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
||||||
};
|
};
|
||||||
|
|
||||||
private fi€nal BlockRule custom = new CustomBlockRule(
|
private final BlockRule custom = new CustomBlockRule(
|
||||||
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
|
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
|
||||||
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
|
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user