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

Commit 1135dae8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Keyguard SIM PIN: Fix height" into sc-dev

parents a10132d7 28217d1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ public class KeyguardSecurityViewFlipper extends ViewFlipper {
        final int count = getChildCount();
        for (int i = 0; i < count; i++) {
            final View child = getChildAt(i);
            if (child.getVisibility() != View.VISIBLE) continue;

            final LayoutParams lp = (LayoutParams) child.getLayoutParams();

            if (lp.maxWidth > 0 && lp.maxWidth < maxWidth) {