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

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

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

parents a0a7a86a b8e9782f
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() {