mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-12 05:10:39 +00:00
Temporary Disable “Hide double tap to seek overlay”
To prevent the app from crashing, it will be turned off for a bit until I find a better implementation.
This commit is contained in:
parent
609cc5561d
commit
5cd7dbffef
1 changed files with 2 additions and 0 deletions
|
|
@ -570,6 +570,7 @@ static NSString *accessGroupID() {
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
/* DISABLED
|
||||||
// Hide double tap to seek overlay - @arichornlover
|
// Hide double tap to seek overlay - @arichornlover
|
||||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||||
- (void)layoutSubviews {
|
- (void)layoutSubviews {
|
||||||
|
|
@ -579,6 +580,7 @@ static NSString *accessGroupID() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
*/
|
||||||
|
|
||||||
// Video Controls Overlay Options
|
// Video Controls Overlay Options
|
||||||
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue