mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 12:45:44 +03:00
parent
52036e5664
commit
b56a97bb8e
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ fun WebViewScreenContent(
|
|||
return false
|
||||
}
|
||||
|
||||
// Ignore intents urls
|
||||
if (it.url.toString().startsWith("intent://")) {
|
||||
return true
|
||||
}
|
||||
|
||||
// Continue with request, but with custom headers
|
||||
view?.loadUrl(it.url.toString(), headers)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue