Add "Learn more" on identity verification first screen.

This commit is contained in:
Benoit Marty
2024-10-10 17:01:28 +02:00
parent afba74cb63
commit 89e9baa9d5
6 changed files with 93 additions and 27 deletions

View File

@@ -8,6 +8,7 @@
package io.element.android.appconfig
object LearnMoreConfig {
const val ENCRYPTION_URL: String = "https://element.io/help#encryption"
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
const val IDENTITY_CHANGE_URL: String = "https://element.io/help#encryption18"
}