Skip to content

Commit

Permalink
fixed OLED theme in Shorts
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Feb 25, 2024
1 parent 7ffd585 commit ff17934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlusThemes.xm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
- (void)didMoveToWindow {
%orig;
if (IS_DARK_APPEARANCE_ENABLED) {
self.backgroundColor = [UIColor blackColor];
self.backgroundColor = [UIColor clearColor];
}
}
%end
Expand Down

0 comments on commit ff17934

Please sign in to comment.