diff --git a/app/src/main/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java b/app/src/main/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java index 6ce8da4f..6c265e6b 100644 --- a/app/src/main/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java +++ b/app/src/main/java/app/revanced/integrations/youtube/patches/spoof/SpoofClientPatch.java @@ -101,6 +101,13 @@ public class SpoofClientPatch { return originalClientModel; } + /** + * Injection point. + */ + public static boolean enablePlayerGesture(boolean original) { + return SPOOF_CLIENT_ENABLED || original; + } + /** * Injection point. */