소스 검색

improved image viewer

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

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

@@ -53,9 +53,7 @@ class NCViewerMediaPage: UIViewController {
     var panGestureRecognizer: UIPanGestureRecognizer!
     var singleTapGestureRecognizer: UITapGestureRecognizer!
     var longtapGestureRecognizer: UILongPressGestureRecognizer!
-    
-    var textColor: UIColor = NCBrandColor.shared.label
-    
+    var textColor: UIColor = NCBrandColor.shared.label    
     var playCommand: Any?
     var pauseCommand: Any?
     var skipForwardCommand: Any?