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

-added missing CREATOR to parcelable class AppInviteContent #436

Merged
merged 1 commit into from Aug 11, 2015
Merged

-added missing CREATOR to parcelable class AppInviteContent #436

merged 1 commit into from Aug 11, 2015

Conversation

nodrock
Copy link
Contributor

@nodrock nodrock commented Aug 11, 2015

I used this class in Activity and it crashed my application because it is missing CREATOR http://developer.android.com/reference/android/os/Parcelable.html.

swiese added a commit that referenced this pull request Aug 11, 2015
-added missing CREATOR to parcelable class AppInviteContent
@swiese swiese merged commit b3a6e95 into facebook:master Aug 11, 2015
@swiese
Copy link
Contributor

swiese commented Aug 11, 2015

Nice find! Looks like this is also missing in some other places. I'll merge your fix for this and also fix up some other places for our next release.

@nodrock
Copy link
Contributor Author

nodrock commented Aug 11, 2015

Yeah I was looking also to other classes (like AppGroupCreationContent, GameRequestContent, ...) and wanted to ask you if we should update them also. But I wanted to wait until you approve one to open discussion. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants