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

Commit 74d7f505 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d9b53a09 18dcd477
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) {