mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
#1344 (search loses focus)
- No longer resets the first responder when searching.
This commit is contained in:
parent
a5bb084ba0
commit
cb060546b3
1 changed files with 4 additions and 2 deletions
|
@ -1261,8 +1261,10 @@
|
|||
}
|
||||
[appDelegate.feedDetailViewController redrawUnreadStory];
|
||||
}
|
||||
|
||||
[currentPage becomeFirstResponder];
|
||||
|
||||
if (!appDelegate.storiesCollection.inSearch) {
|
||||
[currentPage becomeFirstResponder];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)advanceToNextUnread {
|
||||
|
|
Loading…
Add table
Reference in a new issue