Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Fixes #1541: URL Bar displays search instead of www.google.com after selecting search suggestion #1549

Merged
merged 1 commit into from Nov 10, 2018

Conversation

vldmrkl
Copy link
Contributor

@vldmrkl vldmrkl commented Nov 9, 2018

This PR contains a fix for issue #1541.

As discussed in the issue, I changed the following line in the function func overlayView(_ overlayView: OverlayView, didSearchForQuery query: String)(focus-ios/Blockzilla/BrowserViewController.swift):

submit(url: url)

into

urlBar(urlBar, didSubmitText: query)

Before:
focus-be4

After:
focus-fix

Copy link
Contributor

@sblatz sblatz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good--thanks for the fix!

@sblatz sblatz merged commit 3b1ba7b into mozilla-mobile:search-suggestions Nov 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants