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

This commit is contained in:
TreeHugger Robot
2018-03-29 01:06:06 +00:00
committed by Android (Google) Code Review

View File

@@ -1008,6 +1008,9 @@ public class LockPatternView extends View {
mDrawingProfilingStarted = false;
}
}
if (mFadePattern) {
clearPattern();
}
}
private void cancelLineAnimations() {