fix merge error
This commit is contained in:
parent
4096b34003
commit
ecf5752100
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@ public final class HidePlayerOverlayButtonsPatch {
|
|||
return Settings.HIDE_CAST_BUTTON.get() ? View.GONE : original;
|
||||
}
|
||||
|
||||
/**
|
||||
* Injection point.
|
||||
*/
|
||||
public static boolean getCastButtonOverrideV2(boolean original) {
|
||||
if (Settings.HIDE_CAST_BUTTON.get()) return false;
|
||||
|
||||
return original;
|
||||
}
|
||||
|
||||
/**
|
||||
* Injection point.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue