marinofaggiana 5 yıl önce
ebeveyn
işleme
625489ddcf

+ 2 - 0
iOSClient/Viewer/NCViewerNextcloudText.swift

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

+ 2 - 0
iOSClient/Viewer/NCViewerRichdocument.swift

@@ -90,6 +90,8 @@ class NCViewerRichdocument: WKWebView, WKNavigationDelegate, WKScriptMessageHand
                 
                 detail.navigationController?.popViewController(animated: true)
                 detail.navigationController?.navigationBar.topItem?.title = ""
+                
+                appDelegate.activeMain.readFileReloadFolder()
             }
             
             if message.body as? String == "insertGraphic" {