do not try to download category icons
This commit is contained in:
parent
1a7edb4254
commit
201dbfff77
@ -523,7 +523,7 @@ public class FeedsFragment extends Fragment implements OnItemClickListener, OnSh
|
||||
|
||||
if (iconPath.exists()) {
|
||||
for (Feed feed : params[0]) {
|
||||
if (feed.id > 0 && feed.has_icon) {
|
||||
if (feed.id > 0 && feed.has_icon && !feed.is_cat) {
|
||||
File outputFile = new File(iconPath.getAbsolutePath() + "/" + feed.id + ".ico");
|
||||
String fetchUrl = m_baseUrl + "/" + feed.id + ".ico";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user