Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-03-13 20:28:27 -05:00 committed by GitHub
parent 9dad069a70
commit e13bcd470b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -575,7 +575,7 @@ static NSString *accessGroupID() {
- (void)layoutSubviews {
%orig;
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
_scrimOverlay.backgroundColor = [UIColor clearColor];
self._scrimOverlay.backgroundColor = [UIColor clearColor];
}
}
%end