mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
Stop crashing (LowContrastMode)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user