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

Commit 6eb26c6f authored by Wysie's avatar Wysie
Browse files

Changed correctDelay from 750 to 0 in PinLock.

parent 61e8ef9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class PinLock extends View implements LockPattern {
    }

    public int getCorrectDelay() {
        return 750;
        return 0;
    }

    public int getIncorrectDelay() {