Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iOSClient/Main/Create/NCCreateFormUploadConflict.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ extension NCCreateFormUploadConflict: UITableViewDataSource {
cell.switchAlreadyExistingFile.onTintColor = NCBrandColor.shared.getElement(account: metadataNewFile.account)
cell.ocId = metadataNewFile.ocId
cell.delegate = self
cell.setBidiSafeFilename(metadataNewFile.fileNameView, isDirectory: metadataNewFile.directory, titleLabel: cell.labelFileName, extensionLabel: cell.labelExtensionFileName)
cell.labelFileName.text = metadataNewFile.fileNameView
cell.labelDetailAlreadyExistingFile.text = ""
cell.labelDetailNewFile.text = ""

Expand Down
1 change: 0 additions & 1 deletion iOSClient/Main/Create/NCCreateFormUploadConflictCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import UIKit
class NCCreateFormUploadConflictCell: UITableViewCell {

@IBOutlet weak var labelFileName: UILabel!
@IBOutlet weak var labelExtensionFileName: UILabel!

@IBOutlet weak var imageAlreadyExistingFile: UIImageView!
@IBOutlet weak var imageNewFile: UIImageView!
Expand Down
Loading