Skip to content

Commit a1e62b2

Browse files
TSI-amrutwaghmareharshada-15-tsys
authored andcommitted
NMC 2611 - Branding changes
1 parent 1f16ae7 commit a1e62b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

iOSClient/NCImageCache.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,12 @@ import RealmSwift
241241
}
242242

243243
func createImagesBrandCache() {
244-
244+
245+
let brandElement = NCBrandColor.shared.brandElement
246+
guard brandElement != self.brandElementColor else { return }
247+
self.brandElementColor = brandElement
248+
let utility = NCUtility()
249+
245250
images.folderEncrypted = UIImage(named: "folderEncrypted")!
246251
images.folderSharedWithMe = UIImage(named: "folder_shared_with_me")!
247252
images.folderPublic = UIImage(named: "folder_public")!

0 commit comments

Comments
 (0)