Add learn more urls for regv3 flows.

This commit is contained in:
Cody Henthorne 2024-12-11 09:35:53 -05:00 committed by Greyson Parrelli
parent b697f771f1
commit f2b8d9fb91
2 changed files with 2 additions and 3 deletions

View file

@ -82,8 +82,7 @@ class TransferAccountActivity : PassphraseRequiredActivity() {
private const val KEY_URI = "URI"
// TODO [backups] Put actual learn more url
const val LEARN_MORE_URL = "https://signal.org#"
const val LEARN_MORE_URL = "https://support.signal.org/hc/articles/360007059752-Backup-and-Restore-Messages"
fun intent(context: Context, uri: String): Intent {
return Intent(context, TransferAccountActivity::class.java).apply {

View file

@ -72,7 +72,7 @@ import org.thoughtcrime.securesms.util.navigation.safeNavigate
class EnterBackupKeyFragment : ComposeFragment() {
companion object {
private const val LEARN_MORE_URL = "https://signal.org" // TODO [backups] but really
private const val LEARN_MORE_URL = "https://support.signal.org/hc/articles/360007059752-Backup-and-Restore-Messages"
}
private val sharedViewModel by activityViewModels<RegistrationViewModel>()