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

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

Merge "Update bouncer vis before update udfps pause-state" into sc-dev

parents 2006f7f5 c257c79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,11 +111,11 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
        mStatusBarState = mStatusBarStateController.getState();
        mQsExpanded = mKeyguardViewManager.isQsExpanded();
        mInputBouncerHiddenAmount = KeyguardBouncer.EXPANSION_HIDDEN;
        mIsBouncerVisible = mKeyguardViewManager.bouncerIsOrWillBeShowing();
        updateAlpha();
        updatePauseAuth();

        mKeyguardViewManager.setAlternateAuthInterceptor(mAlternateAuthInterceptor);
        mIsBouncerVisible = mKeyguardViewManager.bouncerIsOrWillBeShowing();
    }

    @Override