Browse Source

clear code

Marino Faggiana 6 năm trước cách đây
mục cha
commit
35723a4078
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      iOSClient/Main/CCMain.m

+ 0 - 1
iOSClient/Main/CCMain.m

@@ -794,7 +794,6 @@
 - (void)openAssetsPickerController
 {
     [[NCMainCommon sharedInstance] openPhotosPickerViewController:self phAssets:^(NSArray<PHAsset *> * _Nonnull assets) {
-        
         if (assets.count > 0) {
             dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
                 NSString *serverUrl = [appDelegate getTabBarControllerActiveServerUrl];