Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recently introduced social profile crash
Cause of the crash: trying to initialize `NSURL` with `nil` value. This is introduced in e06316a. This is the message after crash: ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initWithString:relativeToURL:]: nil string parameter' ```
- Loading branch information