Merge pull request #132 from capturethefire/dev

Update privacy policy links
This commit is contained in:
gmbnt
2020-03-13 14:30:32 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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()