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

Commit 761d4aae authored by Jamie Garside's avatar Jamie Garside Committed by Automerger Merge Worker
Browse files

Merge "Fix bug preventing pattern bouncer entering half height mode." into sc-v2-dev am: 2044a05a

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

Change-Id: I5cef50b4cc44f7b55eeb5fe3ca2afe43ec50456b
parents a0e83882 2044a05a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ public class KeyguardPatternView extends KeyguardInputView

        ConstraintSet cs = new ConstraintSet();
        cs.clone(mContainer);
        cs.setGuidelinePercent(R.id.pin_pad_top_guideline, posture == DEVICE_POSTURE_HALF_OPENED
        cs.setGuidelinePercent(R.id.pattern_top_guideline, posture == DEVICE_POSTURE_HALF_OPENED
                ? halfOpenPercentage : 0.0f);
        cs.applyTo(mContainer);
    }