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

Commit

Permalink
fix(YouTube - Spoof client): Allow swipe gestures to enter/exit fulls…
Browse files Browse the repository at this point in the history
…creen when spoofing with `Android VR` client (#645)
  • Loading branch information
kazimmt authored Jun 1, 2024
1 parent b110935 commit b826865
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ public static String getClientModel(String originalClientModel) {
return originalClientModel;
}

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

/**
* Injection point.
*/
Expand Down

0 comments on commit b826865

Please sign in to comment.