mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 20:57:02 +01:00
fix(YouTube - Spoof client): Allow swipe gestures to enter/exit fullscreen when spoofing with Android VR
client (#645)
This commit is contained in:
parent
b1109350fa
commit
b826865ef4
@ -101,6 +101,13 @@ public class SpoofClientPatch {
|
|||||||
return originalClientModel;
|
return originalClientModel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Injection point.
|
||||||
|
*/
|
||||||
|
public static boolean enablePlayerGesture(boolean original) {
|
||||||
|
return SPOOF_CLIENT_ENABLED || original;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Injection point.
|
* Injection point.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user