Revert "Fix user switcher flicker."
This reverts commit 334ebcea1b.
Reason for revert: User switcher is disappearing after switching users
Bug: 290355544
Fixes: 294593868
Change-Id: Id32661934b6d2d381576972cefb614b1e7d647b9
This commit is contained in:
@@ -1192,8 +1192,6 @@ public class KeyguardSecurityContainer extends ConstraintLayout {
|
||||
});
|
||||
mPopup.show();
|
||||
});
|
||||
|
||||
mUserSwitcherViewGroup.setAlpha(0f);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user