|
@@ -90,6 +90,9 @@ class NCViewerNextcloudText: WKWebView, WKNavigationDelegate, WKScriptMessageHan
|
|
|
|
|
|
detail.navigationController?.popViewController(animated: true)
|
|
detail.navigationController?.popViewController(animated: true)
|
|
detail.navigationController?.navigationBar.topItem?.title = ""
|
|
detail.navigationController?.navigationBar.topItem?.title = ""
|
|
|
|
+
|
|
|
|
+ // REFRESH
|
|
|
|
+ appDelegate.activeMain.readFileReloadFolder()
|
|
}
|
|
}
|
|
|
|
|
|
if message.body as? String == "share" {
|
|
if message.body as? String == "share" {
|