Marino Faggiana 7 年之前
父節點
當前提交
a9113c86b2
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      iOSClient/Main/CCMain.m

+ 3 - 4
iOSClient/Main/CCMain.m

@@ -129,7 +129,6 @@
     _selectedFileIDsMetadatas = [NSMutableDictionary new];
     _statusSwipeCell = [NSMutableDictionary new];
     _queueSelector = [NSMutableArray new];
-    _sectionDataSource = [CCSectionDataSourceMetadata new];
     _isViewDidLoad = YES;
     _fatherPermission = @"";
     _searchController = [[UISearchController alloc] initWithSearchResultsController:nil];
@@ -358,15 +357,15 @@
             app.sharesUserAndGroup = results[1];
         }
         
-        // Setting Theming
-        [app settingThemingColorBrand];
-        
         // Load Datasource
         [self reloadDatasource:_serverUrl];
 
         // Read (File) Folder
         [self readFileReloadFolder];
         
+        // Setting Theming
+        [app settingThemingColorBrand];
+        
         // Load photo datasorce
         if (app.activePhotos)
             [app.activePhotos reloadDatasourceForced];