Use a smaller request code for WebAuthnFeature

We can't see the private API that we interact with on the OS, but after
some internal investigation it appears that there might be an upper
limit to the request code we can use.

For now, let's try a value similar to that use in the GVE code to see
our requests are failing because of that.
upstream-sync
Jonathan Almeida 3 years ago committed by Jonathan Almeida
parent c34d68d915
commit d32b3015c4

@ -56,6 +56,6 @@ class WebAuthnFeature(
}
companion object {
const val ACTIVITY_REQUEST_CODE = 1337
const val ACTIVITY_REQUEST_CODE = 10
}
}

Loading…
Cancel
Save