Merge "Don't clear mPattern when clearing visual pattern." into pi-dev
am: 74d7f50597
Change-Id: I37e2d7e65048d4b4f0cf581bab04ea20baf7837b
This commit is contained in:
@@ -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