Browse Source

hideToolbar true

Marino Faggiana 7 years ago
parent
commit
71a9b89422
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/Main/CCMore.swift

+ 2 - 2
iOSClient/Main/CCMore.swift

@@ -330,7 +330,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             if (self.splitViewController?.isCollapsed)! {
                 
-                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: false)
+                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: true)
                 self.navigationController?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false
                 
@@ -374,7 +374,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             if (self.splitViewController?.isCollapsed)! {
                 
-                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: false)
+                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: true)
                 self.navigationController?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false