mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
NewsBlur: tweaked #771 (mark all as read)
This commit is contained in:
parent
6d373cb419
commit
fedba2870b
1 changed files with 3 additions and 3 deletions
|
@ -1811,9 +1811,9 @@ didEndSwipingSwipingWithState:(MCSwipeTableViewCellState)state
|
|||
[self.popoverController dismissPopoverAnimated:YES];
|
||||
self.popoverController = nil;
|
||||
|
||||
NSString *folderTitle = storiesCollection.activeFolder;
|
||||
NSArray *feedIds = [self.appDelegate feedIdsForFolderTitle:folderTitle];
|
||||
NSString *collectionTitle = [folderTitle isEqual:@"everything"] ? @"everything" : @"entire folder";
|
||||
[storiesCollection calculateStoryLocations];
|
||||
NSArray *feedIds = storiesCollection.isRiverView ? [self.appDelegate feedIdsForFolderTitle:storiesCollection.activeFolder] : @[storiesCollection.activeFeed[@"id"]];
|
||||
NSString *collectionTitle = storiesCollection.isRiverView ? [storiesCollection.activeFolder isEqualToString:@"everything"] ? @"everything" : @"entire folder" : @"this site";
|
||||
NSInteger totalUnreadCount = [self.appDelegate unreadCount];
|
||||
NSInteger visibleUnreadCount = storiesCollection.visibleUnreadCount;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue