mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
ddc0660c1e
commit
293f3e2f98
1 changed files with 1 additions and 1 deletions
|
|
@ -564,11 +564,11 @@ BOOL isAd(YTIElementRenderer *self) {
|
||||||
return IS_ENABLED(@"hideFullscreenActions_enabled") ? NO : %orig;
|
return IS_ENABLED(@"hideFullscreenActions_enabled") ? NO : %orig;
|
||||||
}
|
}
|
||||||
- (void)removeFromSuperview {
|
- (void)removeFromSuperview {
|
||||||
%orig;
|
|
||||||
// Attempt 3
|
// Attempt 3
|
||||||
if (IS_ENABLED(@"hideFullscreenActions_enabled")) {
|
if (IS_ENABLED(@"hideFullscreenActions_enabled")) {
|
||||||
[self removeFromSuperview];
|
[self removeFromSuperview];
|
||||||
}
|
}
|
||||||
|
%orig;
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%end
|
%end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue