marinofaggiana 5 жил өмнө
parent
commit
0ad3adfd25

+ 1 - 1
iOSClient/Main/NCDetailViewController.swift

@@ -98,7 +98,7 @@ class NCDetailViewController: UIViewController {
             
             if let progressView = self.progressView, let navigationBar = self.navigationController?.navigationBar {
                 progressView.frame = CGRect(x: 0, y: navigationBar.frame.height-self.progressHeight, width: navigationBar.frame.width, height: self.progressHeight)
-                progressView.transform = CGAffineTransform(scaleX: 1, y: progressHeight)
+                progressView.transform = CGAffineTransform(scaleX: 1, y: self.progressHeight)
             }
         }
     }