Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created April 8, 2022 07:03
Show Gist options
  • Save dllewellyn/e9dc01b29734bf98c6615b8d50608a6c to your computer and use it in GitHub Desktop.
Save dllewellyn/e9dc01b29734bf98c6615b8d50608a6c to your computer and use it in GitHub Desktop.
if (TuroblinksUrlHandler.contains(url, "/verify?", true)) {
C3982h.nullCheck(url, "$this$proceedToParam");
C3982h.nullCheck(url, "$this$extractQueryParam");
C3982h.nullCheck("proceed_to", "queryKey");
String queryParameter = url.toUri().getQueryParameter("proceed_to");
url = queryParameter != null ? UrlKt.parseUrl(queryParameter) : null;
C3982h.nullCheck(url);
}
Intent intent10 = new Intent(context, WebViewActivity.class);
C1071a.addUrlsToIntent(url, intent10, "intentUrl", "intentApiUrl", null);
return intent10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment