Fixing bug around loading feeds when there's no offline db.

This commit is contained in:
Samuel Clay 2013-10-16 11:41:36 -07:00
parent 40c4c644f5
commit 110bdb60e3

View file

@ -670,10 +670,6 @@ static const CGFloat kFolderTitleHeight = 28.0f;
[cursor close];
dispatch_async(dispatch_get_main_queue(), ^{
if (![[results allKeys] count] && !failed) {
NSLog(@"Fetched feeds before offline came in. Skipping offline loading.");
return;
}
[_self finishLoadingFeedListWithDict:results];
[_self fetchFeedList:NO];
});