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

This commit is contained in:
Vincent Wang
2022-10-12 03:37:21 +00:00
committed by Android (Google) Code Review

View File

@@ -849,7 +849,7 @@ public class AuthContainerView extends LinearLayout
}
mContainerState = STATE_GONE;
if (isAttachedToWindow()) {
mWindowManager.removeView(this);
mWindowManager.removeViewImmediate(this);
}
}