Skip to content
Snippets Groups Projects
Commit ba513daa authored by John Carlson's avatar John Carlson
Browse files

No title required on feed (prevent crashes)

parent a2c6d7d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ import java.util.List;
@Parcel
@Root(strict = false)
public class Feed {
@Element(name = "title", required = true)
@Element(name = "title", required = false)
String mTitle;
@ElementList(name = "entry", required = false, inline = true)
List<Entry> mEntryList;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment