浏览代码

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?