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

Commit ab326e01 authored by Vincent Wang's avatar Vincent Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix 3rd-party app Biometric Prompt has no response after rotation" into tm-qpr-dev

parents 14bc5738 a88372cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -849,7 +849,7 @@ public class AuthContainerView extends LinearLayout
        }
        mContainerState = STATE_GONE;
        if (isAttachedToWindow()) {
            mWindowManager.removeView(this);
            mWindowManager.removeViewImmediate(this);
        }
    }