possible fix

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-04-11 18:30:21 +02:00
parent 368d420799
commit 899640141c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import java.util.ArrayList;
public class RangePosts implements Serializable {
private int lastReturnedPostTimelineIndex;
private ArrayList<Post> posts = new ArrayList<>();
private ArrayList<Post> posts;
public RangePosts() {
super();