Updated Hide double tap to seek overlay Option

This commit is contained in:
arichornlover 2024-04-16 15:45:59 -05:00 committed by GitHub
parent a8e25e97c6
commit ccfde3916e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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