Skip to content

RSS entry content not showing #1

@ghost

Description

After I updated the node names for my RSS feed, I get the entries in list view.
But selecting one entry only shows an empty details page.

Checking the sources, I found that the item_id is passed to a new ArticleDetailFragment activity

detailIntent.putExtra(ArticleDetailFragment.ARG_ITEM_ID, id);

which creates a new fragment setting the item_id as String

arguments.putString(ArticleDetailFragment.ARG_ITEM_ID,getIntent().getStringExtra(ArticleDetailFragment.ARG_ITEM_ID));

but the fragment only sets displayedArticle if the Article.KEY is set and I can't find where it handles the item_id.
Am I wrong? Solution for this?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions