Skip to content

Commit

Permalink
Update crates/bitwarden-uniffi/src/platform/fido2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored May 3, 2024
1 parent b099d73 commit a3747f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-uniffi/src/platform/fido2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl bitwarden::platform::fido2::CredentialStore for UniffiTraitBridge<&dyn Cred
}

// Uniffi seems to have trouble generating code for Android when a local trait returns a type from
// an external crate. If the type is small we can just copy it over and convert back and forth, but
// an external crate. If the type is small we can just copy it over and convert back and forth, but
// Cipher is too big for that to be practical. So we wrap it in a newtype, which is local to the
// trait and so we can sidestep the Uniffi issue
#[derive(uniffi::Record)]
Expand Down

0 comments on commit a3747f7

Please sign in to comment.