mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Updated Hide double tap to seek overlay Option
This commit is contained in:
parent
a8e25e97c6
commit
ccfde3916e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue