mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Removed Outdated Code
Removed Outdated Code that no longer works on new YouTube/uYou Versions.
This commit is contained in:
parent
0252ea6ab0
commit
f7db36664a
1 changed files with 0 additions and 5 deletions
|
|
@ -665,11 +665,6 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
|
|
||||||
// Hide Dark Overlay Background
|
// Hide Dark Overlay Background
|
||||||
%group gHideOverlayDarkBackground
|
%group gHideOverlayDarkBackground
|
||||||
%hook YTMainAppVideoPlayerOverlayView
|
|
||||||
- (void)setBackgroundVisible:(BOOL)arg1 { // Deprecated Method
|
|
||||||
%orig(NO);
|
|
||||||
}
|
|
||||||
%end
|
|
||||||
%hook UIView
|
%hook UIView
|
||||||
- (void)setBackgroundColor:(UIColor *)color {
|
- (void)setBackgroundColor:(UIColor *)color {
|
||||||
if ([self.nextResponder isKindOfClass:NSClassFromString(@"YTMainAppVideoPlayerOverlayView")]) {
|
if ([self.nextResponder isKindOfClass:NSClassFromString(@"YTMainAppVideoPlayerOverlayView")]) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue