agilebits / onepassword-app-extension

1Password Extension for iOS Apps
2.58k stars 311 forks source link

[IMPROVED] All the completion blocks from the API are now `nonnull` #341

Closed radazzouz closed 8 years ago

radazzouz commented 8 years ago

All completion blocks need to be nonnull. Otherwise, the 1Password extension cannot reply after it has been completed by the user.

radazzouz commented 8 years ago

Nice catch @nathanvf 👍 !