dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Call completion handler after successful batch upload #354

Closed julianlocke closed 2 years ago

julianlocke commented 2 years ago

We lost a call to the completion handler when we migrated off of a deprecated route. This PR repurposes a portion of the old code to handle the route result, deletes the rest, and standardizes indentation. The behavior now matches SwiftyDropbox.