marinofaggiana před 3 roky
rodič
revize
7547bec70c
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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 -------------------------------------------