mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Notification menu crash workaround
This commit is contained in:
parent
fbafccf1bd
commit
f2cb699e3b
1 changed files with 8 additions and 0 deletions
|
|
@ -169,6 +169,14 @@ BOOL ytMiniPlayer() {
|
|||
- (void)decorateContext:(id)arg1 { %orig(nil); }
|
||||
%end
|
||||
|
||||
// Workaround for https://github.com/MiRO92/uYou-for-YouTube/issues/94
|
||||
%hook YTELMView
|
||||
%new
|
||||
- (id)entry {
|
||||
return nil;
|
||||
}
|
||||
%end
|
||||
|
||||
// YTClassicVideoQuality: https://github.com/PoomSmart/YTClassicVideoQuality
|
||||
%hook YTVideoQualitySwitchControllerFactory
|
||||
- (id)videoQualitySwitchControllerWithParentResponder:(id)responder {
|
||||
|
|
|
|||
Loading…
Reference in a new issue