mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Show recover encryption keys message according to key backup requirement
This commit is contained in:
+7
-5
@@ -77,11 +77,13 @@ struct AuthenticationSoftLogoutScreen: View {
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.accessibilityIdentifier("messageLabel1")
|
||||
|
||||
Text(VectorL10n.authSoftlogoutRecoverEncryptionKeys)
|
||||
.font(theme.fonts.body)
|
||||
.multilineTextAlignment(.leading)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.accessibilityIdentifier("messageLabel2")
|
||||
if viewModel.viewState.showRecoverEncryptionKeysMessage {
|
||||
Text(VectorL10n.authSoftlogoutRecoverEncryptionKeys)
|
||||
.font(theme.fonts.body)
|
||||
.multilineTextAlignment(.leading)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.accessibilityIdentifier("messageLabel2")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user