adhikjoshi / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

Subtitle logic #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load top stories (or any story list)
2. Note the subtitles for any given story

What is the expected output? What do you see instead?

The app appears to be only pulling slugs for these subtitles. It should first 
look for the <primaryTopic>, then fall back to <slug> only if there is no 
primaryTopic associated with the story.

Original issue reported on code.google.com by jpenn...@gmail.com on 6 Apr 2012 at 9:21

GoogleCodeExporter commented 9 years ago
Let me know if this is too big of an LOE to include in the current release.

Original comment by jpenn...@gmail.com on 6 Apr 2012 at 9:22

GoogleCodeExporter commented 9 years ago
This logic was already implemented, but I've identified and fixed the bug (the 
check for primaryTopic was always failing).

Original comment by justinfr...@gmail.com on 9 Apr 2012 at 5:43