marinofaggiana 5 жил өмнө
parent
commit
8f516cba7d

+ 1 - 1
iOSClient/Main/CCSplit.m

@@ -276,7 +276,7 @@
     BOOL isRunningInFullScreen = CGRectEqualToRect([UIApplication sharedApplication].delegate.window.frame, [UIApplication sharedApplication].delegate.window.screen.bounds);
     BOOL isRunningInFullScreen = CGRectEqualToRect([UIApplication sharedApplication].delegate.window.frame, [UIApplication sharedApplication].delegate.window.screen.bounds);
     
     
     // detect Dark Mode
     // detect Dark Mode
-    /*
+    
     if (@available(iOS 13.0, *)) {
     if (@available(iOS 13.0, *)) {
         appDelegate.preferredUserInterfaceStyle = self.traitCollection.userInterfaceStyle;
         appDelegate.preferredUserInterfaceStyle = self.traitCollection.userInterfaceStyle;
         if ([CCUtility getDarkModeDetect]) {
         if ([CCUtility getDarkModeDetect]) {