mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 20:23:19 +00:00
Add learn more urls for regv3 flows.
This commit is contained in:
committed by
Greyson Parrelli
parent
b697f771f1
commit
f2b8d9fb91
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user