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

Commit 38130d7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clear all fade-out timeouts"

parents c4d76981 2d1ef0bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ public class LockPatternView extends View {
        for (int i = 0; i < 3; i++) {
            for (int j = 0; j < 3; j++) {
                mPatternDrawLookup[i][j] = false;
                mLineFadeStart[i+j] = 0;
                mLineFadeStart[i+j*3] = 0;
            }
        }
    }