Loading packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −0 Original line number Diff line number Diff line Loading @@ -1197,6 +1197,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { }); mPopup.show(); }); mUserSwitcherViewGroup.setAlpha(0f); } @Override Loading packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ 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( Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −0 Original line number Diff line number Diff line Loading @@ -1197,6 +1197,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { }); mPopup.show(); }); mUserSwitcherViewGroup.setAlpha(0f); } @Override Loading
packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/KeyguardBouncerViewBinder.kt +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ 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( Loading