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

Commit e34538cf authored by Adnan Begovic's avatar Adnan Begovic
Browse files

Keyguard: Fix bad merge from 12.0 on pin scramble.

Change-Id: Ia9ee6bd43c45228ec7042ef8300ff9ca6f92f60f
parent a19aaeb7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -154,7 +154,8 @@ public class KeyguardPINView extends KeyguardPinBasedInputView {

            // reset the digits in the views
            for (int i = 0; i < sNumbers.size(); i++) {
                mViews[(i / 3) + 1][i % 3].setDigit(sNumbers.get(i));
                NumPadKey view = views.get(i);
                view.setDigit(sNumbers.get(i));
            }
        }