Marino Faggiana 7 жил өмнө
parent
commit
71a9b89422

+ 2 - 2
iOSClient/Main/CCMore.swift

@@ -330,7 +330,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             
             if (self.splitViewController?.isCollapsed)! {
             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?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false
                 self.navigationController?.navigationBar.isHidden = false
                 
                 
@@ -374,7 +374,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             
             if (self.splitViewController?.isCollapsed)! {
             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?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false
                 self.navigationController?.navigationBar.isHidden = false