mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
iOS: merge fixes
This commit is contained in:
parent
a4b6d881f5
commit
eca77b0552
2 changed files with 1 additions and 4 deletions
|
@ -366,7 +366,7 @@
|
|||
|
||||
[cell addSubview:self.fontSizeSegment];
|
||||
|
||||
[self.navigationController pushViewController:controller animated:YES];
|
||||
return cell;
|
||||
}
|
||||
|
||||
- (UITableViewCell *)makeLineSpacingTableCell {
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
#import "ARChromeActivity.h"
|
||||
#import "NBCopyLinkActivity.h"
|
||||
#import "MBProgressHUD.h"
|
||||
#import "NBSafariViewController.h"
|
||||
#import "NBModalPushPopTransition.h"
|
||||
#import "Utilities.h"
|
||||
#import "StringHelper.h"
|
||||
#import "AuthorizeServicesViewController.h"
|
||||
|
@ -1934,7 +1932,6 @@
|
|||
for (StoryDetailViewController *page in @[storyPageControl.previousPage,
|
||||
storyPageControl.currentPage,
|
||||
storyPageControl.nextPage]) {
|
||||
if (!page) continue;
|
||||
if ([[page.activeStory objectForKey:@"story_hash"]
|
||||
isEqualToString:[story objectForKey:@"story_hash"]]) {
|
||||
page.isRecentlyUnread = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue