mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
More reliably focus the current page, again (#826).
This commit is contained in:
parent
c659f1df04
commit
d64c66dd62
1 changed files with 2 additions and 0 deletions
|
@ -888,6 +888,8 @@
|
|||
}
|
||||
[appDelegate.feedDetailViewController redrawUnreadStory];
|
||||
}
|
||||
|
||||
[currentPage becomeFirstResponder];
|
||||
}
|
||||
|
||||
- (void)advanceToNextUnread {
|
||||
|
|
Loading…
Add table
Reference in a new issue