Skip to content
New issue

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

fix TypeCastException when unlinking google account #1076

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

timfreiheit
Copy link
Contributor

fixes kotlin.TypeCastException: null cannot be cast to non-null type com.parse.ParseException

when trying to unlink the ParseUser from Google.

The Task returns null as the error when the task was completed successfully.
This is the same behavior as in the ParseFacebookUtils but was handled incorrectly here.

Copy link
Member

@Jawnnypoo Jawnnypoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@Jawnnypoo Jawnnypoo merged commit e5f3715 into parse-community:master Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants