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

Commit 2d1ef0bf authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Clear all fade-out timeouts

Change-Id: Id549d70836ca73ff7a079c41ac9793b64281bc84
Fixes: 80554360
Test: visual
parent 7f6641b8
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;
            }
        }
    }