-
Notifications
You must be signed in to change notification settings - Fork 146
Open
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