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

Commit 9ddf6a99 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Fix user switcher flicker. am: 334ebcea am: 3e472d42

parents b8a26cdb 3e472d42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1193,6 +1193,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(