This commit is contained in:
Aric 2022-09-23 11:20:07 -05:00 committed by GitHub
parent 0049a235b0
commit d9f7472c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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