mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +02:00
fix: invalid syntax error
This commit is contained in:
@ -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
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user