marinofaggiana 5 years ago
parent
commit
7c415073ae
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Main/CCSplit.m

+ 2 - 0
iOSClient/Main/CCSplit.m

@@ -276,6 +276,7 @@
     BOOL isRunningInFullScreen = CGRectEqualToRect([UIApplication sharedApplication].delegate.window.frame, [UIApplication sharedApplication].delegate.window.screen.bounds);
     
     // detect Dark Mode
+    /*
     if (@available(iOS 13.0, *)) {
         appDelegate.preferredUserInterfaceStyle = self.traitCollection.userInterfaceStyle;
         if ([CCUtility getDarkModeDetect]) {
@@ -288,6 +289,7 @@
             [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"changeTheming" object:nil];
         }
     }
+    */
     
     prevRunningInFullScreen = isRunningInFullScreen;