#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

@ -1261,8 +1261,10 @@
}
[appDelegate.feedDetailViewController redrawUnreadStory];
}
[currentPage becomeFirstResponder];
if (!appDelegate.storiesCollection.inSearch) {
[currentPage becomeFirstResponder];
}
}
- (void)advanceToNextUnread {