소스 검색

improved image viewer

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 년 전
부모
커밋
7b31b2b4b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift

+ 1 - 1
iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift

@@ -101,7 +101,7 @@ class NCViewerMedia: UIViewController {
         loadImage(metadata: metadata) { ocId, image in
             self.image = image
             self.imageVideoContainer.image = image
-x        }
+        }
     }
     
     override func viewWillAppear(_ animated: Bool) {