mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-04 20:34:14 +01:00
Update support article links in linked device reg flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
673324f46a
commit
5eebaa3528
+2
-2
@@ -453,7 +453,7 @@ private fun EntryProviderScope<NavKey>.navigationEntries(
|
||||
)
|
||||
val state by viewModel.state.collectAsStateWithLifecycle()
|
||||
val context = LocalContext.current
|
||||
val url = "https://support.signal.org/hc/articles/360007320451-Troubleshooting-multiple-devices" // TODO [regv5] update with proper url
|
||||
val url = "https://support.signal.org/hc/en-us/articles/360007320551"
|
||||
|
||||
LinkAccountScreen(
|
||||
state = state,
|
||||
@@ -479,7 +479,7 @@ private fun EntryProviderScope<NavKey>.navigationEntries(
|
||||
)
|
||||
val state by viewModel.state.collectAsStateWithLifecycle()
|
||||
val context = LocalContext.current
|
||||
val url = stringResource(R.string.terms_and_privacy_policy_url) // TODO [regv5] update with proper url
|
||||
val url = "https://support.signal.org/hc/articles/360007320391"
|
||||
|
||||
MessageSyncScreen(
|
||||
state = state,
|
||||
|
||||
Reference in New Issue
Block a user