mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-03 01: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() {
|
public static boolean isButtonShown() {
|
||||||
return SettingsEnum.AUTOPLAY_BUTTON_SHOWN.getBoolean();
|
return SettingsEnum.AUTOPLAY_BUTTON_SHOWN.getBoolean();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isButtonHidden() {
|
|
||||||
return !isButtonShown();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user