Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed May 20, 2024
1 parent 2c13172 commit 06065a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Share/NCShareExtension+DataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension NCShareExtension: UICollectionViewDelegate {
header.emptyTitle.text = NSLocalizedString("_request_in_progress_", comment: "")
header.emptyDescription.text = ""
} else {
header.emptyImage.image = UIImage(named: "folder")?.image(color: NCBrandColor.shared.brandElement)
header.emptyImage.image = NCImageCache.images.folder
header.emptyTitle.text = NSLocalizedString("_files_no_folders_", comment: "")
header.emptyDescription.text = ""
}
Expand Down
2 changes: 1 addition & 1 deletion iOSClient/Menu/NCTrash+Menu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extension NCTrash {
if tableTrash.directory {
iconHeader = NCImageCache.images.folder
} else {
iconHeader = UIImage(named: tableTrash.iconName)
iconHeader = NCImageCache.images.file
}
}

Expand Down

0 comments on commit 06065a5

Please sign in to comment.