From d9f7472c3ade08ecb095111e2f356e5b452e7863 Mon Sep 17 00:00:00 2001 From: Aric <78001398+arichorn@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:20:07 -0500 Subject: [PATCH] Fix? --- uYouPlus.xm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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