mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 16:23:38 +00:00
Merge branch 'master' of github.com:loki-project/loki-messenger-android
This commit is contained in:
commit
e4ab8b87f7
@ -675,7 +675,7 @@ Otrzymano wiadomość wymiany klucz dla niepoprawnej wersji protokołu.</string>
|
||||
<!--MessageNotifier-->
|
||||
<string name="MessageNotifier_d_new_messages_in_d_conversations">%1$d nowych wiadomości w %2$d rozmowach</string>
|
||||
<string name="MessageNotifier_most_recent_from_s">Najnowsza z: %1$s</string>
|
||||
<string name="MessageNotifier_locked_message">Wiadomość zamknięta</string>
|
||||
<string name="MessageNotifier_locked_message">Wiadomość zablokowana</string>
|
||||
<string name="MessageNotifier_media_message_with_text">Wiadomość multimedialna: %s</string>
|
||||
<string name="MessageNotifier_message_delivery_failed">Nie udało się dostarczyć wiadomości.</string>
|
||||
<string name="MessageNotifier_failed_to_deliver_message">Dostarczenie wiadomości nie powiodło się.</string>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user