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

Commit 525fb7ee authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the pattern may become invisible

Bug: 18632529
Change-Id: Idd9911b38526d8c4eb5731c45502079092bd6304
parent 9ba89ad8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit
            final Runnable finishListener) {
        if (appearing) {
            animatedCell.scale = 0.0f;
            animatedCell.alpha = 1.0f;
        }
        animatedCell.translateY = appearing ? translationY : 0;
        ValueAnimator animator = ValueAnimator.ofFloat(animatedCell.translateY,