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

Commit 4732b613 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...

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

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

Change-Id: I5810c2c5adaaee8bedf7e55fd5c4fce8afcc5c5a
parents a532d7b9 761d4aae
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);
    }