marinofaggiana 4 년 전
부모
커밋
960af0ec04
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      iOSClient/Favorites/NCFavorite.swift
  2. 0 3
      iOSClient/Images.xcassets/bell.imageset/Contents.json

+ 1 - 1
iOSClient/Favorites/NCFavorite.swift

@@ -32,7 +32,7 @@ class NCFavorite: NCCollectionViewCommon  {
         titleCurrentFolder = NSLocalizedString("_favorites_", comment: "")
         layoutKey = NCGlobal.shared.layoutViewFavorite
         enableSearchBar = true
-        emptyImage = UIImage.init(named: "favorite")?.image(color: NCBrandColor.shared.yellowFavorite, size: UIScreen.main.bounds.width)
+        emptyImage = UIImage.init(named: "star.fill")?.image(color: NCBrandColor.shared.yellowFavorite, size: UIScreen.main.bounds.width)
         emptyTitle = "_favorite_no_files_"
         emptyDescription = "_tutorial_favorite_view_"
     }

+ 0 - 3
iOSClient/Images.xcassets/bell.imageset/Contents.json

@@ -8,8 +8,5 @@
   "info" : {
     "author" : "xcode",
     "version" : 1
-  },
-  "properties" : {
-    "preserves-vector-representation" : true
   }
 }