Merge pull request #132 from capturethefire/dev

Update privacy policy links
pull/143/head
gmbnt 4 years ago committed by GitHub
commit 9ba02355e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ class RegisterActivity : BaseActionBarActivity() {
termsExplanation.setSpan(object : ClickableSpan() {
override fun onClick(widget: View) {
openURL("https://getsession.org/privacy-policy/")
openURL("https://getsession.org/legal/#privacy-policy")
}
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
termsTextView.movementMethod = LinkMovementMethod.getInstance()

@ -53,7 +53,7 @@ class RestoreActivity : BaseActionBarActivity() {
termsExplanation.setSpan(object : ClickableSpan() {
override fun onClick(widget: View) {
openURL("https://getsession.org/privacy-policy/")
openURL("https://getsession.org/legal/#privacy-policy")
}
}, 61, 75, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE)
termsTextView.movementMethod = LinkMovementMethod.getInstance()

Loading…
Cancel
Save