mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +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);
|
||||
}
|
||||
%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
|
||||
|
|
|
|||
Loading…
Reference in a new issue