Identity change: handle click on "learn more"

This commit is contained in:
Benoit Marty
2024-10-08 09:35:18 +02:00
parent 67140fe165
commit 57e45aa834
4 changed files with 34 additions and 17 deletions

View File

@@ -9,4 +9,5 @@ package io.element.android.appconfig
object LearnMoreConfig {
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
const val IDENTITY_CHANGE_URL: String = "https://element.io/help#encryption18"
}