marinofaggiana 5 سال پیش
والد
کامیت
625489ddcf
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      iOSClient/Viewer/NCViewerNextcloudText.swift
  2. 2 0
      iOSClient/Viewer/NCViewerRichdocument.swift

+ 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" {