marinofaggiana 3 năm trước cách đây
mục cha
commit
7547bec70c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 -------------------------------------------