mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
YTDisableHighContrastUI broke v17.37.3
This commit is contained in:
parent
ce6da4fd3f
commit
f989f846fe
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue