Signed-off-by: Marino Faggiana <96728420+MarinoFaggianaAstraIridium@users.noreply.github.com>
@@ -191,7 +191,6 @@ class NCViewerRichdocument: UIViewController, WKNavigationDelegate, WKScriptMess
let browserWebVC = UIStoryboard(name: "NCBrowserWeb", bundle: nil).instantiateInitialViewController() as! NCBrowserWeb
browserWebVC.urlBase = urlString
browserWebVC.isHiddenButtonExit = false
-
self.present(browserWebVC, animated: true)
return