Skip to content

Commit

Permalink
Uplift of #25609 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Sep 18, 2024
1 parent ed60c8b commit b3eff38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protected static String extractUrlFromIntent(Intent intent) {
String url = IntentHandler.getUrlFromVoiceSearchResult(intent);
if (url == null) url = getUrlForCustomTab(intent);
if (url == null) url = getUrlForWebapp(intent);
if (url == null) url = IntentHandler.getUrlFromShareIntent(intent);
if (url == null) url = intent.getDataString();
if (url == null) url = getUrlFromText(intent);
if (url == null) url = getWebSearchUrl(intent);
Expand Down

0 comments on commit b3eff38

Please sign in to comment.