Merge "Clear pattern on completion (if fade is enabled)." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9cfdcfaf92
@@ -1008,6 +1008,9 @@ public class LockPatternView extends View {
|
||||
mDrawingProfilingStarted = false;
|
||||
}
|
||||
}
|
||||
if (mFadePattern) {
|
||||
clearPattern();
|
||||
}
|
||||
}
|
||||
|
||||
private void cancelLineAnimations() {
|
||||
|
||||
Reference in New Issue
Block a user