mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing bug around loading feeds when there's no offline db.
This commit is contained in:
parent
40c4c644f5
commit
110bdb60e3
1 changed files with 0 additions and 4 deletions
|
@ -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];
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue