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

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

Merge "Don't clear mPattern when clearing visual pattern." into pi-dev

am: 74d7f505

Change-Id: I37e2d7e65048d4b4f0cf581bab04ea20baf7837b
parents fe49dd16 74d7f505
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1000,6 +1000,11 @@ public class LockPatternView extends View {
            setPatternInProgress(false);
            cancelLineAnimations();
            notifyPatternDetected();
            // Also clear pattern if fading is enabled
            if (mFadePattern) {
                clearPatternDrawLookup();
                mPatternDisplayMode = DisplayMode.Correct;
            }
            invalidate();
        }
        if (PROFILE_DRAWING) {