Skip to content

Commit

Permalink
Jelly: Fix custom app links
Browse files Browse the repository at this point in the history
Test: Login to Pixiv
Change-Id: I80d1398ca79b3e1d7eb61e64b263556587e4c4ef
  • Loading branch information
luk1337 committed Oct 4, 2023
1 parent 6ff463d commit 72890bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/lineageos/jelly/webview/WebClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ internal class WebClient(private val urlBarLayout: UrlBarLayout) : WebViewClient
|| !TextUtils.equals(url, webViewExt.lastLoadedUrl))
if (!webViewExt.isIncognito
&& needsLookup
&& !request.isRedirect
&& startActivityForUrl(view, url)
&& !request.isRedirect
) {
return true
} else if (webViewExt.requestHeaders.isNotEmpty()) {
Expand Down

0 comments on commit 72890bc

Please sign in to comment.