diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 5685a98..252ef05 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -810,6 +810,12 @@ BOOL isAd(YTIElementRenderer *self) { - (CABasicAnimation *)laterBackgroundcolorAnimation { return [self uYouEnhancedGetBlankColorAnimation]; } + +- (void)layoutSubviews { + %orig; + // Set the 0th subview (which darkens the screen) to hidden + self.subviews[0].hidden = YES; +} %end %end