Skip to content

Conversation

Beerosagos
Copy link
Collaborator

@Beerosagos Beerosagos commented Sep 2, 2025

On some Android versions (e.g. Android 9) the authentication flow was causing an endless loop of auth requests. This was fixed by moving the setup of BiometricAuthHelper from onStart to onCreate.

In both Android and iOS the auth flow freezed if there was no authentication method setup on the device. This was fixed by refactoring the authentication flow code and adding a new possible authentication response authres-missing, that allows to handle this case.

On some Android versions (e.g. Android 9) the authentication flow was
causing an endless loop of auth requests. This was fixed by moving the
setup of `BiometricAuthHelper` from `onStart` to `onCreate`.

In both Android and iOS the auth flow freezed if there was no
authentication method setup on the device. This was fixed by refactoring
the authentication flow code and adding a new possible authentication
response `authres-missing`, that allows to handle this case.
@Beerosagos Beerosagos changed the title wip: fix screen lock bugs ios/android: fix screen lock bugs Sep 2, 2025
@Beerosagos Beerosagos requested a review from benma September 2, 2025 14:57
@Beerosagos Beerosagos marked this pull request as ready for review September 2, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant