mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 21:26:05 +00:00
Stop crashing (LowContrastMode)
This commit is contained in:
parent
5858bece9b
commit
7059c78d34
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ static BOOL pinkContrastMode() {
|
|||
%orig(textColor);
|
||||
}
|
||||
%end
|
||||
/* disabled the code to stop crashing
|
||||
%hook _ASDisplayView
|
||||
- (void)didMoveToWindow {
|
||||
%orig;
|
||||
|
|
@ -180,6 +181,7 @@ static BOOL pinkContrastMode() {
|
|||
label.textColor = [UIColor whiteColor];
|
||||
}
|
||||
%end
|
||||
*/
|
||||
%end
|
||||
|
||||
%group gRedContrastMode // Red Contrast Mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue