mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Updated “Hide double tap to seek overlay” Option
This commit is contained in:
parent
9c5b8e59db
commit
9dad069a70
1 changed files with 3 additions and 3 deletions
|
|
@ -572,11 +572,11 @@ static NSString *accessGroupID() {
|
|||
|
||||
// Hide double tap to seek overlay - @arichornlover
|
||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||
- (CGFloat)circleRadius {
|
||||
- (void)layoutSubviews {
|
||||
%orig;
|
||||
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
|
||||
return 0;
|
||||
_scrimOverlay.backgroundColor = [UIColor clearColor];
|
||||
}
|
||||
return %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue