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

Commit efa38cd3 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-dev

automerge: f8dc9d7b

* commit 'f8dc9d7b':
  Fixed a bug where the pattern may become invisible
parents 7988ef9c f8dc9d7b
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,