diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 0812f09..22e5a3c 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -85,7 +85,7 @@ %hook YTAsyncCollectionView - (void)didMoveToWindow { %orig; - self.superview.backgroundColor = [UIColor colorWithRed:0.129 green:0.129 blue:0.129 alpha:1.0]; + self.backgroundColor = [UIColor colorWithRed:0.129 green:0.129 blue:0.129 alpha:1.0]; } %end %end