Эх сурвалжийг харах

Replace icon for shared folders #458

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

+ 2 - 2
iOSClient/Main/CCMain.m

@@ -4917,10 +4917,10 @@
         
             if (metadata.directory) {
                 
-                if ([shareLink length] > 0)
-                    cell.file.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"folder_public"] color:[NCBrandColor sharedInstance].brandElement];
                 if ([shareUserAndGroup length] > 0)
                     cell.file.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"folder_shared_with_me"] color:[NCBrandColor sharedInstance].brandElement];
+                if ([shareLink length] > 0)
+                    cell.file.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"folder_public"] color:[NCBrandColor sharedInstance].brandElement];
                 
                 cell.shared.userInteractionEnabled = NO;