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

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

Merge "Update udfps icon alpha after bouncer vis changes" into sc-dev

parents f0082ed1 b8796f2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -358,7 +358,10 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
                    mIsBouncerVisible = mKeyguardViewManager.bouncerIsOrWillBeShowing();
                    if (!mIsBouncerVisible) {
                        mInputBouncerHiddenAmount = 1f;
                    } else if (mKeyguardViewManager.isBouncerShowing()) {
                        mInputBouncerHiddenAmount = 0f;
                    }
                    updateAlpha();
                    updatePauseAuth();
                }