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 c99ba7f7..d7eaf58f 100644 --- a/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java +++ b/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java @@ -22,7 +22,7 @@ public final class GeneralAdsPatch extends Filter { "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_REMOVAL );