-
Notifications
You must be signed in to change notification settings - Fork 950
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shared queries into the app containing apostrophes better handled (#4966
) Task/Issue URL: https://app.asana.com/0/1208134428464537/1207998553475892/f ### Description Currently any text shared into the app (e.g., using `Search DuckDuckGo` from elsewhere) doesn't handle the case where apostrophes are in it (might also do it with some other special characters). This fix addresses that. In case of any unintended side-effects, `androidSkipUrlConversionOnNewTab` remote feature flag could be created and set to `false` to revert back to the old behaviour. ### Steps to test this PR - [x] Follow the testing steps in the linked task - [x] Plus as much manual testing as you can, especially for different types being shared into the app (plain text, plain text + special characters, links)
- Loading branch information
Showing
2 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters