possible fix
This commit is contained in:
parent
18cb5b7312
commit
368d420799
|
@ -11,7 +11,7 @@ import java.util.ArrayList;
|
|||
public class RangePosts implements Serializable {
|
||||
|
||||
private int lastReturnedPostTimelineIndex;
|
||||
private ArrayList<Post> posts;
|
||||
private ArrayList<Post> posts = new ArrayList<>();
|
||||
|
||||
public RangePosts() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue