Эх сурвалжийг харах

fix

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 жил өмнө
parent
commit
8a47d40c87

+ 1 - 1
Share/NCShareExtension+NCDelegate.swift

@@ -82,7 +82,7 @@ extension NCShareExtension: NCEmptyDataSetDelegate, NCAccountRequestDelegate {
         // COLORS
         NCBrandColor.shared.settingThemingColor(account: activeAccount.account)
         NCBrandColor.shared.createUserColors()
-        NCImageCache.shared.createImagesCache()
+        NCImageCache.shared.createImagesBrandCache()
 
         // NETWORKING
         NextcloudKit.shared.setup(

+ 1 - 0
Share/NCShareExtension.swift

@@ -131,6 +131,7 @@ class NCShareExtension: UIViewController {
         }
         NCBrandColor.shared.createUserColors()
         NCImageCache.shared.createImagesCache()
+        NCImageCache.shared.createImagesBrandCache()
 
         hud.indicatorView = JGProgressHUDRingIndicatorView()
         if let indicatorView = hud.indicatorView as? JGProgressHUDRingIndicatorView {