mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 03:18:30 -05:00
[PM-24652] Remove AEAD enrollment on key rotation feature flag (#5695)
This commit is contained in:
@@ -28,7 +28,6 @@ fun <T : Any> FlagKey<T>.ListItemContent(
|
||||
FlagKey.CredentialExchangeProtocolImport,
|
||||
FlagKey.RemoveCardPolicy,
|
||||
FlagKey.UserManagedPrivilegedApps,
|
||||
FlagKey.EnrollAeadOnKeyRotation,
|
||||
-> BooleanFlagItem(
|
||||
label = flagKey.getDisplayLabel(),
|
||||
key = flagKey as FlagKey<Boolean>,
|
||||
@@ -77,8 +76,4 @@ private fun <T : Any> FlagKey<T>.getDisplayLabel(): String = when (this) {
|
||||
FlagKey.BitwardenAuthenticationEnabled -> {
|
||||
stringResource(BitwardenString.bitwarden_authentication_enabled)
|
||||
}
|
||||
|
||||
FlagKey.EnrollAeadOnKeyRotation -> {
|
||||
stringResource(BitwardenString.enroll_aead_on_key_rotation)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user