vimeo / VIMNetworking

The Vimeo iOS SDK
MIT License
58 stars 25 forks source link

VIM-2934: Only posting accountDidChange notification when the account actually changed! #157

Closed alfiehanssen closed 8 years ago

alfiehanssen commented 8 years ago

This notification was being posted even if the "new" account was the same as the "old" account. Now it's only being posted if the accounts' auth tokens differ.

https://vimean.atlassian.net/browse/VIM-2934

alfiehanssen commented 8 years ago

@huebnerob @ghking Not sure how this keychain-related commit got in here. It's apparently not on v6.0.0 branch yet. Maybe it's on master but had not been merged up.

huebnerob commented 8 years ago

:tiger2: