asaenko / ttrss-reader

Automatically exported from code.google.com/p/ttrss-reader
Other
0 stars 0 forks source link

NPE on "Mark all as read" because of Category beeing empty #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable Categories in Webinterface
2. Add Feed without categoriy ("uncategorized")
3. Update on phone and select "Mark all as Read" from "All Articles"

What is the expected output? What do you see instead?
NullPointerException in ArticleReadStateUpdater line 64, i guess 
List<CategoryItem> mCategories in DataController contains the categorie with an 
empty id or name, which is used for the root of the categories.

What version of the product are you using? On what operating system?
0.2.0

Please provide any additional information below.
It would be nice to support feeds without categorie so the feeds would show up 
on the first page.

Original issue reported on code.google.com by clausthalerblubb on 14 Jul 2010 at 1:07