Fixing social feeds by not clearing isSocial flag too early.

This commit is contained in:
Samuel Clay 2014-02-25 12:41:20 -08:00
parent e1ea4bff17
commit b1a6ee9aca

View file

@ -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];