diff --git a/iOSClient/Main/CCMain.m b/iOSClient/Main/CCMain.m index 05b8fac3e4..89889c8329 100644 --- a/iOSClient/Main/CCMain.m +++ b/iOSClient/Main/CCMain.m @@ -4917,10 +4917,10 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N 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;