mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 20:26:51 +01:00
refactor: cleanup code
This commit is contained in:
parent
8bb945e173
commit
576aacd76d
@ -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…
x
Reference in New Issue
Block a user