Merge "Revert "Fix user switcher flicker."" into udc-dev

This commit is contained in:
Aaron Liu
2023-08-07 21:25:38 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 4 deletions

View File

@@ -1190,8 +1190,6 @@ public class KeyguardSecurityContainer extends ConstraintLayout {
});
mPopup.show();
});
mUserSwitcherViewGroup.setAlpha(0f);
}
@Override

View File

@@ -112,8 +112,6 @@ object KeyguardBouncerViewBinder {
viewModel.isShowing.collect { isShowing ->
view.visibility = if (isShowing) View.VISIBLE else View.INVISIBLE
if (isShowing) {
// Reset security container because these views are not reinflated.
securityContainerController.reset()
securityContainerController.reinflateViewFlipper {
// Reset Security Container entirely.
securityContainerController.onBouncerVisibilityChanged(