Merge "Don't clear mPattern when clearing visual pattern." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
74d7f50597
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user