Merge "Always show "Swipe up to open" on tapping empty space on LS" into sc-qpr1-dev am: 374929be06
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15675583 Change-Id: I11034c992273e9b42693d70e8190e2a02f57ac7a
This commit is contained in:
committed by
Automerger Merge Worker
commit
f33bb45579
@@ -811,15 +811,10 @@ public class KeyguardIndicationController {
|
|||||||
mStatusBarKeyguardViewManager.showBouncerMessage(message, mInitialTextColorState);
|
mStatusBarKeyguardViewManager.showBouncerMessage(message, mInitialTextColorState);
|
||||||
}
|
}
|
||||||
} else if (mKeyguardUpdateMonitor.isScreenOn()) {
|
} 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),
|
showTransientIndication(mContext.getString(R.string.keyguard_unlock),
|
||||||
false /* isError */, true /* hideOnScreenOff */);
|
false /* isError */, true /* hideOnScreenOff */);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private void showTryFingerprintMsg(String a11yString) {
|
private void showTryFingerprintMsg(String a11yString) {
|
||||||
if (mKeyguardUpdateMonitor.isUdfpsAvailable()) {
|
if (mKeyguardUpdateMonitor.isUdfpsAvailable()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user