We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da6315 commit 54e6054Copy full SHA for 54e6054
1 file changed
iOSClient/Menu/NCTrash+Menu.swift
@@ -109,9 +109,9 @@ extension NCTrash {
109
iconHeader = icon
110
} else {
111
if tableTrash.directory {
112
- iconHeader = UIImage(named: "folder")!.image(color: NCBrandColor.shared.iconColor, size: 50)
+ iconHeader = UIImage(named: "folder")
113
114
- iconHeader = UIImage(named: tableTrash.iconName)!.image(color: NCBrandColor.shared.iconColor, size: 50)
+ iconHeader = UIImage(named: tableTrash.iconName)
115
}
116
117
0 commit comments