Răsfoiți Sursa

improved image viewer

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana 3 ani în urmă
părinte
comite
f3af1a2566
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  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?