mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge branch 'dejal' into catalyst
This commit is contained in:
commit
8cfa7ff5c8
1 changed files with 3 additions and 1 deletions
|
@ -1608,7 +1608,9 @@
|
|||
[storiesCollection setActiveFeed:feed];
|
||||
[storiesCollection setActiveFolder:folder];
|
||||
readStories = [NSMutableArray array];
|
||||
[folderCountCache removeObjectForKey:folder];
|
||||
if (folder != nil) {
|
||||
[folderCountCache removeObjectForKey:folder];
|
||||
}
|
||||
storiesCollection.activeClassifiers = [NSMutableDictionary dictionary];
|
||||
|
||||
[self loadFeedDetailView];
|
||||
|
|
Loading…
Add table
Reference in a new issue