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: "")
         titleCurrentFolder = NSLocalizedString("_favorites_", comment: "")
         layoutKey = NCGlobal.shared.layoutViewFavorite
         layoutKey = NCGlobal.shared.layoutViewFavorite
         enableSearchBar = true
         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_"
         emptyTitle = "_favorite_no_files_"
         emptyDescription = "_tutorial_favorite_view_"
         emptyDescription = "_tutorial_favorite_view_"
     }
     }

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

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