From 293f3e2f9816bed484b169950d08fea2b6e795b2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:57:22 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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