Skip to content

Commit

Permalink
NMC 1988 - Scan upload changes after NextcloudKit update
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed May 20, 2024
1 parent e2ffe32 commit d93b1df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate, NC

NCActivityIndicator.shared.stop()

NCNetworkingProcessUpload.shared.createProcessUploads(metadatas: [metadata], completion: { _ in })
NCNetworkingProcess.shared.createProcessUploads(metadatas: [metadata], completion: { _ in })

// Request delete all image scanned
let alertController = UIAlertController(title: "", message: NSLocalizedString("_delete_all_scanned_images_", comment: ""), preferredStyle: .alert)
Expand Down

0 comments on commit d93b1df

Please sign in to comment.