We can reduce the amount of extra actions we call (unnecessarily) if we add an isEditing check prior to dispatching the hideKeyboard action in the BrowserCoordinator when showing the search engine selection view controller. We only need to hide the keyboard when the user is editing the toolbar. Refactors the solution for https://mozilla-hub.atlassian.net/browse/FXIOS-10491
We can reduce the amount of extra actions we call (unnecessarily) if we add an isEditing check prior to dispatching the hideKeyboard action in the BrowserCoordinator when showing the search engine selection view controller. We only need to hide the keyboard when the user is editing the toolbar. Refactors the solution for https://mozilla-hub.atlassian.net/browse/FXIOS-10491
┆Issue is synchronized with this Jira Task