diff --git a/uYouPlus.xm b/uYouPlus.xm index bfabbb3..4ed23ae 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -969,7 +969,9 @@ static void replaceTab(YTIGuideResponse *response) { %orig(arg1, arg2); } %end +%end +// for DontEatMyContent Tweak %hook YTVideoZoomOverlayView - (void)didRecognizePinch:(UIPinchGestureRecognizer *)pinchGestureRecognizer { // %log((CGFloat) [pinchGestureRecognizer scale], (CGFloat) [pinchGestureRecognizer velocity]); @@ -990,7 +992,6 @@ static void replaceTab(YTIGuideResponse *response) { %orig(NO); } %end -%end %group gYTDisableHighContrastUI %hook YTCommonColorPalette