Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e2e0679 authored by Austin Delgado's avatar Austin Delgado Committed by Android (Google) Code Review
Browse files

Merge "Fix Biometric Prompt credential transition delay on face fail" into main

parents d3fc935b 59c191b8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -699,10 +699,15 @@ class Spaghetti(
        }

    fun startTransitionToCredentialUI(isError: Boolean) {
        if (!constraintBp()) {
            applicationScope.launch {
                viewModel.onSwitchToCredential()
                legacyCallback?.onUseDeviceCredential()
            }
        } else {
            viewModel.onSwitchToCredential()
            legacyCallback?.onUseDeviceCredential()
        }
    }

    fun cancelAnimation() {