Add updateuser callback #152#34
Conversation
|
Thank you for the update. I have a few comments, but they're mostly merge errors I believe. Also, changing the way you stored the sessionId means you need to update it in the saved chars activity (you may have missed it while merging). In addition, I just tested and at the moment signup doesn't return the sessionId, so we do need to make a login call after the signup one. |
|
@arandr I pushed a new commit containing updates concerning your coments. The sessionId gets saved in a sharedPreference so other activities like the settingsActivity can use it. I fixed the crash on login by adding the sessionId to the user object. |
I did change the full name to email. The updateUser does not require a full name.