marinofaggiana hace 3 años
padre
commit
7547bec70c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 -------------------------------------------