YTDisableHighContrastUI broke v17.37.3

This commit is contained in:
Aric 2022-09-23 16:35:20 -05:00 committed by GitHub
parent ce6da4fd3f
commit f989f846fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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