Marino Faggiana 7 жил өмнө
parent
commit
a9113c86b2

+ 3 - 4
iOSClient/Main/CCMain.m

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