Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Spoof client): Player gestures not working when spoofin…
Browse files Browse the repository at this point in the history
…g with `Android VR` client

Co-Authored-By: inotia00 <[email protected]>
  • Loading branch information
inotia00 authored and anddea committed May 31, 2024
1 parent 918a096 commit 067f0ec
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ public static boolean isClientSpoofingEnabled() {
return SPOOF_CLIENT_ENABLED;
}

/**
* Injection point.
*/
public static boolean enablePlayerGesture(boolean original) {
return SPOOF_CLIENT_ENABLED || original;
}

/**
* Injection point.
*/
Expand Down

0 comments on commit 067f0ec

Please sign in to comment.