Fixing broken 'find next unread' logic on iphone.

This commit is contained in:
Samuel Clay 2014-03-04 11:27:29 -08:00
parent af272cbabf
commit 75914c8e70

View file

@ -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) {