Browse Source

add new hud

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 3 years ago
parent
commit
a65c5e3ba3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Share/NCShareExtension.swift

+ 1 - 0
Share/NCShareExtension.swift

@@ -191,6 +191,7 @@ class NCShareExtension: UIViewController {
 
     @objc func triggerProgressTask(_ notification: NSNotification) {
         guard let progress = notification.userInfo?["progress"] as? Float else { return }
+        hud.textLabel.text = NSLocalizedString("_upload_file_", comment: "") + " \(counterUploaded + 1) " + NSLocalizedString("_of_", comment: "") + " \(filesName.count)"
         hud.progress = progress
     }