mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
parent
7aea4cd952
commit
148b363393
@ -60,7 +60,7 @@ class RegisterActivity : BaseActionBarActivity() {
|
|||||||
termsExplanation.setSpan(object : ClickableSpan() {
|
termsExplanation.setSpan(object : ClickableSpan() {
|
||||||
|
|
||||||
override fun onClick(widget: View) {
|
override fun onClick(widget: View) {
|
||||||
openURL("https://getsession.org/privacy-policy/")
|
openURL("https://getsession.org/legal/#privacy-policy")
|
||||||
}
|
}
|
||||||
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
|
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
|
||||||
termsTextView.movementMethod = LinkMovementMethod.getInstance()
|
termsTextView.movementMethod = LinkMovementMethod.getInstance()
|
||||||
|
@ -53,7 +53,7 @@ class RestoreActivity : BaseActionBarActivity() {
|
|||||||
termsExplanation.setSpan(object : ClickableSpan() {
|
termsExplanation.setSpan(object : ClickableSpan() {
|
||||||
|
|
||||||
override fun onClick(widget: View) {
|
override fun onClick(widget: View) {
|
||||||
openURL("https://getsession.org/privacy-policy/")
|
openURL("https://getsession.org/legal/#privacy-policy")
|
||||||
}
|
}
|
||||||
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
|
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
|
||||||
termsTextView.movementMethod = LinkMovementMethod.getInstance()
|
termsTextView.movementMethod = LinkMovementMethod.getInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user