mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 12:44:17 -05:00
Update SDK to 2.0.0-4373-3c666766 (#6311)
Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com> Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com>
This commit is contained in:
@@ -710,7 +710,6 @@ class VaultLockManagerImpl(
|
||||
is InitUserCryptoMethod.DecryptedKey,
|
||||
is InitUserCryptoMethod.DeviceKey,
|
||||
is InitUserCryptoMethod.KeyConnector,
|
||||
is InitUserCryptoMethod.Password,
|
||||
is InitUserCryptoMethod.Pin,
|
||||
is InitUserCryptoMethod.PinEnvelope,
|
||||
-> return
|
||||
|
||||
@@ -15,9 +15,4 @@ val InitUserCryptoMethod.logTag: String
|
||||
is InitUserCryptoMethod.Pin -> "Pin"
|
||||
is InitUserCryptoMethod.PinEnvelope -> "Pin Envelope"
|
||||
is InitUserCryptoMethod.MasterPasswordUnlock -> "Master Password Unlock"
|
||||
is InitUserCryptoMethod.Password -> {
|
||||
// PM-27290: InitUserCryptoMethod.Password will be removed from the SDK in a future
|
||||
// release. This else branch can be cleaned up afterwards.
|
||||
throw IllegalArgumentException("Unsupported InitUserCryptoMethod: $this")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user