diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 3fe6afb..8ed236b 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -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