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

Commit b5c990e9 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...

Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-dev automerge: f8dc9d7b automerge: efa38cd3
automerge: a34913f5

* commit 'a34913f5':
  Fixed a bug where the pattern may become invisible
parents 4572664d a34913f5
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,