mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing empty feed list bug in iOS app.
This commit is contained in:
parent
437486cae9
commit
b765c26864
1 changed files with 1 additions and 5 deletions
|
@ -395,11 +395,7 @@ static const CGFloat kFolderTitleHeight = 28;
|
|||
}
|
||||
|
||||
[allFolders setValue:socialFolder forKey:@"river_blurblogs"];
|
||||
|
||||
if (![[allFolders allKeys] containsObject:@"everything"]) {
|
||||
[allFolders setValue:[[NSArray alloc] init] forKey:@"everything"];
|
||||
}
|
||||
|
||||
|
||||
if (appDelegate.savedStoriesCount) {
|
||||
[allFolders setValue:[[NSArray alloc] init] forKey:@"saved_stories"];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue