marinofaggiana 5 năm trước cách đây
mục cha
commit
ce28a4203d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Main/NCDetailViewController.swift

+ 1 - 1
iOSClient/Main/NCDetailViewController.swift

@@ -701,7 +701,7 @@ extension NCDetailViewController: NCViewerImageViewControllerDelegate, NCViewerI
     func statusViewImage(metadata: tableMetadata, viewerImageViewController: NCViewerImageViewController) {
         
         if hasMOV(metadata: metadata) != nil {
-            viewerImageViewController.statusView.image = UIImage.init(named: "livePhoto")
+            viewerImageViewController.statusView.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "livePhoto"), width: 100, height: 100, color: NCBrandColor.sharedInstance.brand)
         } else {
             viewerImageViewController.statusView.image = nil
         }