mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-07-26 15:12:22 +00:00
Fix %orig (uYouPlus.xm)
uYouPlus.xm encountered this issue too sadly, patched. Latest Theos is impressive
This commit is contained in:
parent
0005f38460
commit
5e6a6da897
1 changed files with 6 additions and 2 deletions
|
|
@ -440,11 +440,15 @@ YTMainAppControlsOverlayView *controlsOverlayView;
|
|||
%end
|
||||
|
||||
%hook YTAdsInnerTubeContextDecorator
|
||||
- (void)decorateContext:(id)context { %orig(nil); }
|
||||
- (void)decorateContext:(id)context {
|
||||
%orig(nil);
|
||||
}
|
||||
%end
|
||||
|
||||
%hook YTAccountScopedAdsInnerTubeContextDecorator
|
||||
- (void)decorateContext:(id)context { %orig(nil); }
|
||||
- (void)decorateContext:(id)context {
|
||||
%orig(nil);
|
||||
}
|
||||
%end
|
||||
|
||||
%hook YTLocalPlaybackController
|
||||
|
|
|
|||
Loading…
Reference in a new issue