More reliably focus the current page, again (#826).

This commit is contained in:
Nicholas Riley 2015-11-23 00:35:20 -05:00
parent c659f1df04
commit d64c66dd62

View file

@ -888,6 +888,8 @@
}
[appDelegate.feedDetailViewController redrawUnreadStory];
}
[currentPage becomeFirstResponder];
}
- (void)advanceToNextUnread {