mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Fix?
This commit is contained in:
parent
0049a235b0
commit
d9f7472c3a
1 changed files with 2 additions and 1 deletions
|
|
@ -969,7 +969,9 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
%orig(arg1, arg2);
|
%orig(arg1, arg2);
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
%end
|
||||||
|
|
||||||
|
// for DontEatMyContent Tweak
|
||||||
%hook YTVideoZoomOverlayView
|
%hook YTVideoZoomOverlayView
|
||||||
- (void)didRecognizePinch:(UIPinchGestureRecognizer *)pinchGestureRecognizer {
|
- (void)didRecognizePinch:(UIPinchGestureRecognizer *)pinchGestureRecognizer {
|
||||||
// %log((CGFloat) [pinchGestureRecognizer scale], (CGFloat) [pinchGestureRecognizer velocity]);
|
// %log((CGFloat) [pinchGestureRecognizer scale], (CGFloat) [pinchGestureRecognizer velocity]);
|
||||||
|
|
@ -990,7 +992,6 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
%orig(NO);
|
%orig(NO);
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%end
|
|
||||||
|
|
||||||
%group gYTDisableHighContrastUI
|
%group gYTDisableHighContrastUI
|
||||||
%hook YTCommonColorPalette
|
%hook YTCommonColorPalette
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue