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

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

Merge "Request hiding IME before starting dismiss biometric UI animation"

parents 782fdcc3 53b97368
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -775,6 +775,12 @@ public class AuthContainerView extends LinearLayout
        }
        mContainerState = STATE_ANIMATING_OUT;

        // Request hiding soft-keyboard before animating away credential UI, in case IME insets
        // animation get delayed by dismissing animation.
        if (isAttachedToWindow() && getRootWindowInsets().isVisible(WindowInsets.Type.ime())) {
            getWindowInsetsController().hide(WindowInsets.Type.ime());
        }

        if (sendReason) {
            mPendingCallbackReason = reason;
        } else {