dropbox/dropbox-sdk-obj-c

Crash on nil progressHandler

Closed this issue · 1 comments

I don't use progressHandlers. This crashes currently because the handler block is set as an object in an NSDictionary, which throws an uncaught exception when nil.

I made a pull-request to fix this: #18

@xaphod: Thanks a lot! Just merged