marinofaggiana пре 4 година
родитељ
комит
708fe9619b

+ 15 - 0
iOSClient/Images.xcassets/nothing.imageset/Contents.json

@@ -0,0 +1,15 @@
+{
+  "images" : [
+    {
+      "filename" : "nothing.pdf",
+      "idiom" : "universal"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  },
+  "properties" : {
+    "preserves-vector-representation" : true
+  }
+}

+ 45 - 0
iOSClient/Images.xcassets/nothing.imageset/nothing.pdf

@@ -0,0 +1,45 @@
+%PDF-1.4
+%Óëéá
+1 0 obj
+<</Creator (Mozilla/5.0 \(Macintosh; Intel Mac OS X 10_15_5\) AppleWebKit/537.36 \(KHTML, like Gecko\) BoxySVG/3.38.5 Chrome/80.0.3987.165 Electron/8.3.0 Safari/537.36)
+/Producer (Skia/PDF m80)
+/CreationDate (D:20200705151257+00'00')
+/ModDate (D:20200705151257+00'00')>>
+endobj
+3 0 obj
+<</Length 0>> stream
+
+endstream
+endobj
+2 0 obj
+<</Type /Page
+/Resources <</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]>>
+/MediaBox [0 0 425.03998 425.03998]
+/Contents 3 0 R
+/StructParents 0
+/Parent 4 0 R>>
+endobj
+4 0 obj
+<</Type /Pages
+/Count 1
+/Kids [2 0 R]>>
+endobj
+5 0 obj
+<</Type /Catalog
+/Pages 4 0 R>>
+endobj
+xref
+0 6
+0000000000 65535 f 
+0000000015 00000 n 
+0000000348 00000 n 
+0000000301 00000 n 
+0000000523 00000 n 
+0000000578 00000 n 
+trailer
+<</Size 6
+/Root 5 0 R
+/Info 1 0 R>>
+startxref
+625
+%%EOF

+ 2 - 2
iOSClient/Media/NCMedia.swift

@@ -272,7 +272,7 @@ class NCMedia: UIViewController, DropdownMenuDelegate, DZNEmptyDataSetSource, DZ
             actions.append(
                 NCMenuAction(
                     title: NSLocalizedString("_media_by_created_date_", comment: ""),
-                    icon: CCGraphics.changeThemingColorImage(UIImage(named: "MenuOrdeyByDate"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
+                    icon: UIImage(named: "nothing")!,
                     selected: CCUtility.getMediaSortDate() == "creationDate",
                     on: true,
                     action: { menuAction in
@@ -285,7 +285,7 @@ class NCMedia: UIViewController, DropdownMenuDelegate, DZNEmptyDataSetSource, DZ
             actions.append(
                 NCMenuAction(
                     title: NSLocalizedString("_media_by_upload_date_", comment: ""),
-                    icon: CCGraphics.changeThemingColorImage(UIImage(named: "MenuOrdeyByDate"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
+                    icon: UIImage(named: "nothing")!,
                     selected: CCUtility.getMediaSortDate() == "uploadDate",
                     on: true,
                     action: { menuAction in