Merge "Always show "Swipe up to open" on tapping empty space on LS" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cc62a80883
@@ -811,13 +811,8 @@ 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),
|
||||||
showTransientIndication(mContext.getString(R.string.keyguard_unlock_press),
|
false /* isError */, true /* hideOnScreenOff */);
|
||||||
false /* isError */, true /* hideOnScreenOff */);
|
|
||||||
} else {
|
|
||||||
showTransientIndication(mContext.getString(R.string.keyguard_unlock),
|
|
||||||
false /* isError */, true /* hideOnScreenOff */);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user