mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing social feeds by not clearing isSocial flag too early.
This commit is contained in:
parent
e1ea4bff17
commit
b1a6ee9aca
1 changed files with 2 additions and 1 deletions
|
@ -1030,6 +1030,8 @@ static UIFont *userLabelFont;
|
|||
return;
|
||||
}
|
||||
|
||||
[appDelegate.storiesCollection reset];
|
||||
|
||||
// set the current row pointer
|
||||
self.currentRowAtIndexPath = indexPath;
|
||||
self.currentSection = nil;
|
||||
|
@ -1060,7 +1062,6 @@ static UIFont *userLabelFont;
|
|||
[self.stillVisibleFeeds setObject:indexPath forKey:feedIdStr];
|
||||
}
|
||||
|
||||
[appDelegate.storiesCollection reset];
|
||||
[appDelegate.storiesCollection setActiveFeed:feed];
|
||||
[appDelegate.storiesCollection setActiveFolder:folderName];
|
||||
appDelegate.readStories = [NSMutableArray array];
|
||||
|
|
Loading…
Add table
Reference in a new issue