Merge pull request #69 from Kernald/icons-url
Fetch feed icons from icons_url instead of icons_dir
This commit is contained in:
commit
d63cd5e725
@ -433,7 +433,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
|
||||
if (result != null) {
|
||||
|
||||
try {
|
||||
JsonElement iconsUrl = result.getAsJsonObject().get("icons_dir");
|
||||
JsonElement iconsUrl = result.getAsJsonObject().get("icons_url");
|
||||
|
||||
if (iconsUrl != null) {
|
||||
String iconsStr = iconsUrl.getAsString();
|
||||
|
Loading…
Reference in New Issue
Block a user