Merge "Don't show requested UDFPS when kg isn't showing"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a47aa367cb
@@ -224,7 +224,8 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
|
||||
|
||||
if (mUdfpsRequested && !getNotificationShadeVisible()
|
||||
&& (!mIsBouncerVisible
|
||||
|| mInputBouncerHiddenAmount != KeyguardBouncer.EXPANSION_VISIBLE)) {
|
||||
|| mInputBouncerHiddenAmount != KeyguardBouncer.EXPANSION_VISIBLE)
|
||||
&& mKeyguardStateController.isShowing()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user