From ccfde3916e7e0d22a07b0c5c5756f9c6d50a77fc Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:45:59 -0500 Subject: [PATCH] Updated `Hide double tap to seek overlay` Option --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 4e70b6b..40639b5 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -652,7 +652,7 @@ BOOL isAd(YTIElementRenderer *self) { - (void)layoutSubviews { %orig; if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) { - self.scrimOverlay.backgroundColor = [UIColor clearColor]; + self.frame = CGRectZero; } } %end