marinofaggiana 3 년 전
부모
커밋
7547bec70c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      iOSClient/Settings/CCManageAccount.m

+ 0 - 2
iOSClient/Settings/CCManageAccount.m

@@ -125,7 +125,6 @@
             [section addFormRow:row];
         }
         
-//#if TARGET_OS_SIMULATOR
         // Set user status
         if (@available(iOS 13.0, *)) {
             BOOL userStatus = [[NCManageDatabase shared] getCapabilitiesServerBoolWithAccount:activeAccount.account elements:NCElementsJSON.shared.capabilitiesUserStatusEnabled exists:false];
@@ -141,7 +140,6 @@
                 [section addFormRow:row];
             }
         }
-//#endif
     }
     
     // Section : USER INFORMATION -------------------------------------------