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

+ 2 - 0
iOSClient/Main/CCSplit.m

@@ -275,6 +275,7 @@
     // simply create a property of 'BOOL' type
     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;
@@ -288,6 +289,7 @@
             [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"changeTheming" object:nil];
         }
     }
+    */
     
     prevRunningInFullScreen = isRunningInFullScreen;