We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shouldn't it be parseUser.setData(jsonResponse, false); instead of parseUser.setData(jsonResponse, true);?
parseUser.setData(jsonResponse, false);
parseUser.setData(jsonResponse, true);
I'm getting the exception ParseFile must be saved before being set on a ParseObject.
The text was updated successfully, but these errors were encountered:
Update ParseUser.java
12fd97c
Merge pull request #57 from migueldiogo/master
5feb26a
Fix for Issue #56
No branches or pull requests
Shouldn't it be
parseUser.setData(jsonResponse, false);
instead ofparseUser.setData(jsonResponse, true);
?I'm getting the exception ParseFile must be saved before being set on a ParseObject.
The text was updated successfully, but these errors were encountered: