There's a delay on the AWS side when posting a User Avatar, which will result in an empty profile pic if you immediately view your profile upon account registration (tap on the Me tab to view Profile).
Suggested solution:
When we upload the photo, store the UIImage locally as well. In the photo method of DSOUser -- if the user is the logged in user (5c9e1f5), and a file exists -- return the locally saved file.
There's a delay on the AWS side when posting a User Avatar, which will result in an empty profile pic if you immediately view your profile upon account registration (tap on the Me tab to view Profile).
Suggested solution:
When we upload the photo, store the
UIImagelocally as well. In thephotomethod ofDSOUser-- if the user is the logged in user (5c9e1f5), and a file exists -- return the locally saved file.