Add learn more urls for regv3 flows.
This commit is contained in:
parent
b697f771f1
commit
f2b8d9fb91
2 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>()
|
||||
|
|
Loading…
Add table
Reference in a new issue