Revert "New home layout with public timelines (#288)"

This reverts commit 78d0add808.
This commit is contained in:
LucasGGamerM
2023-01-20 11:19:20 -03:00
parent 1aff3eacd8
commit 060745869b
23 changed files with 20 additions and 707 deletions

View File

@@ -9,10 +9,6 @@ import org.joinmastodon.android.model.Hashtag;
import java.util.List;
public class GetFollowedHashtags extends HeaderPaginationRequest<Hashtag> {
public GetFollowedHashtags() {
this(null, null, -1, null);
}
public GetFollowedHashtags(String maxID, String minID, int limit, String sinceID){
super(HttpMethod.GET, "/followed_tags", new TypeToken<>(){});
if(maxID!=null)