fix(YouTube - Spoof client): Allow swipe gestures to enter/exit fullscreen when spoofing with Android VR client (#645)

This commit is contained in:
KAZI MMT 2024-06-01 15:29:14 +06:00 committed by GitHub
parent b1109350fa
commit b826865ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,13 @@ public class SpoofClientPatch {
return originalClientModel;
}
/**
* Injection point.
*/
public static boolean enablePlayerGesture(boolean original) {
return SPOOF_CLIENT_ENABLED || original;
}
/**
* Injection point.
*/