Skip to content

Commit

Permalink
refactor: remove legacy getDomain method from DiscoverPostsFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Aug 24, 2023
1 parent 1c22760 commit 568f249
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ public void onCreate(Bundle savedInstanceState){
bannerHelper=new DiscoverInfoBannerHelper(DiscoverInfoBannerHelper.BannerType.TRENDING_POSTS, accountID);
}

@Override
public String getDomain() {
return super.getDomain() + "/explore/posts";
}

@Override
protected void doLoadData(int offset, int count){
Expand Down

0 comments on commit 568f249

Please sign in to comment.