mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +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;
|
||||
}
|
||||
- (void)removeFromSuperview {
|
||||
%orig;
|
||||
// Attempt 3
|
||||
if (IS_ENABLED(@"hideFullscreenActions_enabled")) {
|
||||
[self removeFromSuperview];
|
||||
}
|
||||
%orig;
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue