소스 검색

add new hud

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 3 년 전
부모
커밋
a65c5e3ba3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
     }