#1344 (search loses focus)

- No longer resets the first responder when searching.
This commit is contained in:
David Sinclair 2020-07-21 20:00:09 -07:00
parent a5bb084ba0
commit cb060546b3

View file

@ -1262,7 +1262,9 @@
[appDelegate.feedDetailViewController redrawUnreadStory];
}
if (!appDelegate.storiesCollection.inSearch) {
[currentPage becomeFirstResponder];
}
}
- (void)advanceToNextUnread {