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

Commit 28bdbdd2 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by android-build-merger
Browse files

Merge "Clear pattern on completion (if fade is enabled)." into pi-dev am: 9cfdcfaf

am: 4cf06ff0

Change-Id: Idaf391f185e528416d9b2cc492582d8e014d041c
parents 9b8d0c39 4cf06ff0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1008,6 +1008,9 @@ public class LockPatternView extends View {
                mDrawingProfilingStarted = false;
            }
        }
        if (mFadePattern) {
            clearPattern();
        }
    }

    private void cancelLineAnimations() {