Merge "Fix 3rd-party app Biometric Prompt has no response after rotation" into tm-qpr-dev
This commit is contained in:
@@ -849,7 +849,7 @@ public class AuthContainerView extends LinearLayout
|
|||||||
}
|
}
|
||||||
mContainerState = STATE_GONE;
|
mContainerState = STATE_GONE;
|
||||||
if (isAttachedToWindow()) {
|
if (isAttachedToWindow()) {
|
||||||
mWindowManager.removeView(this);
|
mWindowManager.removeViewImmediate(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user