Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
This commit is contained in:
commit
35acda95af
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user