This commit is contained in:
Vitor Pamplona 2023-09-23 14:19:41 -04:00
commit 618d14a965

View File

@ -508,6 +508,7 @@ fun ListContent(
route = Route.BlockedUsers.route route = Route.BlockedUsers.route
) )
accountViewModel.account.keyPair.privKey?.let {
IconRow( IconRow(
title = stringResource(R.string.backup_keys), title = stringResource(R.string.backup_keys),
icon = R.drawable.ic_key, icon = R.drawable.ic_key,
@ -519,6 +520,7 @@ fun ListContent(
backupDialogOpen = true backupDialogOpen = true
} }
) )
}
val textTorProxy = if (checked) stringResource(R.string.disconnect_from_your_orbot_setup) else stringResource(R.string.connect_via_tor_short) val textTorProxy = if (checked) stringResource(R.string.disconnect_from_your_orbot_setup) else stringResource(R.string.connect_via_tor_short)
IconRow( IconRow(