mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +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
|
@ -1262,7 +1262,9 @@
|
||||||
[appDelegate.feedDetailViewController redrawUnreadStory];
|
[appDelegate.feedDetailViewController redrawUnreadStory];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!appDelegate.storiesCollection.inSearch) {
|
||||||
[currentPage becomeFirstResponder];
|
[currentPage becomeFirstResponder];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)advanceToNextUnread {
|
- (void)advanceToNextUnread {
|
||||||
|
|
Loading…
Add table
Reference in a new issue