mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing broken 'find next unread' logic on iphone.
This commit is contained in:
parent
af272cbabf
commit
75914c8e70
1 changed files with 1 additions and 1 deletions
|
@ -897,8 +897,8 @@
|
|||
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
|
||||
[appDelegate.storyPageControl resizeScrollView];
|
||||
[appDelegate.storyPageControl setStoryFromScroll:YES];
|
||||
[appDelegate.storyPageControl advanceToNextUnread];
|
||||
}
|
||||
[appDelegate.storyPageControl advanceToNextUnread];
|
||||
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT,
|
||||
(unsigned long)NULL), ^(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue