mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 08:52:08 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
9dad069a70
commit
e13bcd470b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue