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

Commit 4e4ba810 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13472605

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb2a43a227d7a9582c012a4af315d16359254408
parents 9e72637f 1135dae8
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) {