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