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

Commit 4cf06ff0 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by android-build-merger
Browse files

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

am: 9cfdcfaf

Change-Id: I813f75dd452e1401bbaf89e18f05ae7204aaff46
parents 5649a0f7 9cfdcfaf
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() {