mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
refactor: cleanup code
This commit is contained in:
parent
7755118cca
commit
462e251342
@ -7,9 +7,4 @@ public class HideAutoplayButtonPatch {
|
||||
public static boolean isButtonShown() {
|
||||
return SettingsEnum.AUTOPLAY_BUTTON_SHOWN.getBoolean();
|
||||
}
|
||||
|
||||
public static boolean isButtonHidden() {
|
||||
return !isButtonShown();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user