From 1c8af4daa846b622dd14d41958fa50d09dd7da01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:03:45 +0700 Subject: [PATCH] Update OLED theme --- Sources/uYouPlusThemes.xm | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 3a6c919..72a075e 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -135,6 +135,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha: - (void)didMoveToWindow { %orig; if (IS_DARK_APPEARANCE_ENABLED && [self.nextResponder isKindOfClass:%c(_ASDisplayView)]) { + self.superview.backgroundColor = [UIColor blackColor]; self.backgroundColor = [UIColor clearColor]; } }