From ff1793407a14b5952ef4fd861aec31295a8e92d8 Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Sun, 25 Feb 2024 22:59:11 +0700 Subject: [PATCH] fixed OLED theme in Shorts --- Sources/uYouPlusThemes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 72a075e..4eb6bd4 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -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