gitskarios/GithubAndroidSdk

Implement Parcelable.Creator in GithubComment

Closed this issue · 4 comments

Presently, GithubComment has a writeToParcel() implemented but no Parcelable.Creator. As a result, it ends up inheriting that from ShaUrl. So any GithubComment you put in the Parcel gets downcasted to ShaUrl resulting in a crash if you attempt to get a GithubComment from the Parcel.

Can you please open a PR for it?

Just did! :)

Version 3.2.3 uploaded to bintray

👍