Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e472d42 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Fix user switcher flicker. am: 334ebcea

parents da9d0c74 334ebcea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1192,6 +1192,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout {
                });
                mPopup.show();
            });

            mUserSwitcherViewGroup.setAlpha(0f);
        }

        @Override
+2 −0
Original line number Diff line number Diff line
@@ -112,6 +112,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(