소스 검색

fix

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 년 전
부모
커밋
8a47d40c87
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Share/NCShareExtension+NCDelegate.swift
  2. 1 0
      Share/NCShareExtension.swift

+ 1 - 1
Share/NCShareExtension+NCDelegate.swift

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

+ 1 - 0
Share/NCShareExtension.swift

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