Skip to content

Commit

Permalink
Merge pull request #132 from capturethefire/dev
Browse files Browse the repository at this point in the history
Update privacy policy links
  • Loading branch information
nielsandriesse authored Mar 13, 2020
2 parents 8828a7a + 148b363 commit 9ba0235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9ba0235

Please sign in to comment.