From f989f846fe578316e5de3bc2376c567f37ebacc0 Mon Sep 17 00:00:00 2001 From: Aric <78001398+arichorn@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:35:20 -0500 Subject: [PATCH] YTDisableHighContrastUI broke v17.37.3 --- uYouPlus.xm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index b35e912..2dd230b 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -969,9 +969,7 @@ 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]); @@ -992,6 +990,7 @@ static void replaceTab(YTIGuideResponse *response) { %orig(NO); } %end +%end %group gYTDisableHighContrastUI %hook YTCommonColorPalette