diff --git a/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapCrossSigningTask.kt b/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapCrossSigningTask.kt index 07c3cb0388..6a3fadbcb3 100644 --- a/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapCrossSigningTask.kt +++ b/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapCrossSigningTask.kt @@ -110,7 +110,6 @@ class BootstrapCrossSigningTask @Inject constructor( } } - val keyInfo: SsssKeyCreationInfo val ssssService = session.sharedSecretStorageService diff --git a/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapSharedViewModel.kt b/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapSharedViewModel.kt index c457a9b3cc..3a95a575f4 100644 --- a/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapSharedViewModel.kt +++ b/vector/src/main/java/im/vector/riotx/features/crypto/recover/BootstrapSharedViewModel.kt @@ -74,7 +74,6 @@ class BootstrapSharedViewModel @AssistedInject constructor( setState { copy(step = BootstrapStep.AccountPassword(false)) } - } else { // need to check if user have an existing keybackup setState { diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index afdde12db0..5ac50b2484 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -2,7 +2,6 @@ - en US @@ -35,7 +34,6 @@ Verify session - Keys backup is not finished, please wait… You’ll lose your encrypted messages if you sign out now Key backup in progress. If you sign out now you’ll lose access to your encrypted messages. @@ -46,7 +44,6 @@ Are you sure? Back up You’ll lose access to your encrypted messages unless you back up your keys before signing out. - Third party licences @@ -2079,8 +2076,6 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming You accepted Verification Sent Verification Request - - Verify this session Manually verify @@ -2167,7 +2162,6 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming Messages with this user are end-to-end encrypted and can\'t be read by third parties. Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted. - Cross-Signing Cross-Signing is enabled\nPrivate Keys on device. Cross-Signing is enabled\nKeys are trusted.\nPrivate keys are not known @@ -2491,7 +2485,6 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming Use a Security Phrase Enter a secret phrase only you know, and generate a key for backup. - Save your Security Key Store your Security Key somewhere safe, like a password manager or a safe. @@ -2503,4 +2496,4 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming Save your Security Key Store your Security Key somewhere safe, like a password manager or a safe. - + \ No newline at end of file