Skip to content

Commit 54e6054

Browse files
NMC 2341 - NMC 2357 - icon color issue fixed
1 parent 9da6315 commit 54e6054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iOSClient/Menu/NCTrash+Menu.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ extension NCTrash {
109109
iconHeader = icon
110110
} else {
111111
if tableTrash.directory {
112-
iconHeader = UIImage(named: "folder")!.image(color: NCBrandColor.shared.iconColor, size: 50)
112+
iconHeader = UIImage(named: "folder")
113113
} else {
114-
iconHeader = UIImage(named: tableTrash.iconName)!.image(color: NCBrandColor.shared.iconColor, size: 50)
114+
iconHeader = UIImage(named: tableTrash.iconName)
115115
}
116116
}
117117

0 commit comments

Comments
 (0)