Skip to content

Commit

Permalink
Update icon fetcher url for RSS feeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Feb 19, 2018
1 parent 9667e3f commit 3cba5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@EViewGroup(R.layout.list_item_rssfeed)
public class RssfeedView extends LinearLayout {

private static final String GRABICON_URL = "http://icons.better-idea.org/icon?url=%1$s&size=72";
private static final String GRABICON_URL = "https://besticon-demo.herokuapp.com/icon?url=%1$s&size=72";

@Bean
protected NavigationHelper navigationHelper;
Expand Down

0 comments on commit 3cba5e8

Please sign in to comment.