marinofaggiana 5 년 전
부모
커밋
d24ba38a70
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;