ソースを参照

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?