mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Legals: only display external URLs.
This commit is contained in:
parent
5823777755
commit
eed7d15b0e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class LegalsController @Inject constructor(
|
|||
discoveryPolicyItem {
|
||||
id(tag + policy.url)
|
||||
name(policy.name)
|
||||
url(policy.url)
|
||||
url(policy.url.takeIf { it.startsWith("http") })
|
||||
clickListener { host.listener?.openPolicy(policy) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue