Add minor UI updates to screen lock.

This commit is contained in:
Michelle Tang
2024-08-12 16:22:43 -07:00
committed by GitHub
parent 68c7ce5823
commit 08d8564c00
6 changed files with 34 additions and 7 deletions

View File

@@ -387,6 +387,8 @@ public class PassphrasePromptActivity extends PassphraseActivity {
@Override
public void onAuthenticationSucceeded(@NonNull BiometricPrompt.AuthenticationResult result) {
Log.i(TAG, "onAuthenticationSucceeded");
lockScreenButton.setOnClickListener(null);
unlockView.addAnimatorListener(new AnimationCompleteListener() {
@Override
public void onAnimationEnd(Animator animation) {