Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb

This commit is contained in:
Andrew Dolgov 2014-10-24 14:02:06 +04:00
commit 35acda95af

View File

@ -433,7 +433,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
if (result != null) { if (result != null) {
try { try {
JsonElement iconsUrl = result.getAsJsonObject().get("icons_dir"); JsonElement iconsUrl = result.getAsJsonObject().get("icons_url");
if (iconsUrl != null) { if (iconsUrl != null) {
String iconsStr = iconsUrl.getAsString(); String iconsStr = iconsUrl.getAsString();