mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
stable closure of moribund itemlistfragment
This commit is contained in:
parent
ca0fb2a4e1
commit
0aceaac618
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ public abstract class ItemListFragment extends NbFragment implements OnScrollLis
|
|||
if (getFeedSet() == null) {
|
||||
com.newsblur.util.Log.w(this.getClass().getName(), "item list started without FeedSet.");
|
||||
activity.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
// warm up the sync service as soon as possible since it will init the story session DB
|
||||
|
|
Loading…
Add table
Reference in a new issue