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

Commit 374929be authored by Android Build Prod User's avatar Android Build Prod User Committed by Android (Google) Code Review
Browse files

Merge "Always show "Swipe up to open" on tapping empty space on LS" into sc-qpr1-dev

parents e2f4ad3e e51d83e1
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -811,15 +811,10 @@ public class KeyguardIndicationController {
                mStatusBarKeyguardViewManager.showBouncerMessage(message, mInitialTextColorState);
            }
        } else if (mKeyguardUpdateMonitor.isScreenOn()) {
            if (mKeyguardUpdateMonitor.isUdfpsAvailable()) {
                showTransientIndication(mContext.getString(R.string.keyguard_unlock_press),
                        false /* isError */, true /* hideOnScreenOff */);
            } else {
            showTransientIndication(mContext.getString(R.string.keyguard_unlock),
                    false /* isError */, true /* hideOnScreenOff */);
        }
    }
    }

    private void showTryFingerprintMsg(String a11yString) {
        if (mKeyguardUpdateMonitor.isUdfpsAvailable()) {