You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using your library, I discovered that your FeedItem class attempts to write the Feed object to the bundle when being parcel-ed (in writeToParcel). This causes a StackOverflowError and is apparently a known thing that is discouraged ( see this issue on Google Code )
Commenting that out works. There needs to be a different way to reference the feed.
The text was updated successfully, but these errors were encountered:
While using your library, I discovered that your FeedItem class attempts to write the Feed object to the bundle when being parcel-ed (in writeToParcel). This causes a StackOverflowError and is apparently a known thing that is discouraged ( see this issue on Google Code )
Commenting that out works. There needs to be a different way to reference the feed.
The text was updated successfully, but these errors were encountered: