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

Commit d16a4f29 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am d5b5db73: am b7a6f5d7: am 928d3470: Fix 5960562: Show emergency button on PukUnlock screen

* commit 'd5b5db73':
  Fix 5960562: Show emergency button on PukUnlock screen
parents 56b21c6c d5b5db73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class SimPukUnlockScreen extends LinearLayout implements KeyguardScreen,
        mHeaderText.setSelected(true);

        mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor,
                lockpatternutils, callback, false);
                lockpatternutils, callback, true);

        mPinText.setFocusableInTouchMode(true);
        mPinText.setOnFocusChangeListener(this);