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

Commit af89f8d4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Show 'press to open' after face auth success" into sc-v2-dev

parents 798ebf8f 753259e7
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -886,10 +886,16 @@ public class KeyguardIndicationController {
                String message = mContext.getString(R.string.keyguard_retry);
                String message = mContext.getString(R.string.keyguard_retry);
                mStatusBarKeyguardViewManager.showBouncerMessage(message, mInitialTextColorState);
                mStatusBarKeyguardViewManager.showBouncerMessage(message, mInitialTextColorState);
            }
            }
        } else {
            if (mKeyguardUpdateMonitor.isUdfpsSupported()
                    && mKeyguardUpdateMonitor.getUserCanSkipBouncer(
                    KeyguardUpdateMonitor.getCurrentUser())) {
                showBiometricMessage(mContext.getString(R.string.keyguard_unlock_press));
            } else {
            } else {
                showBiometricMessage(mContext.getString(R.string.keyguard_unlock));
                showBiometricMessage(mContext.getString(R.string.keyguard_unlock));
            }
            }
        }
        }
    }


    private void showTryFingerprintMsg(int msgId, String a11yString) {
    private void showTryFingerprintMsg(int msgId, String a11yString) {
        if (mKeyguardUpdateMonitor.isUdfpsSupported()) {
        if (mKeyguardUpdateMonitor.isUdfpsSupported()) {