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

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

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

* commit '928d3470':
  Fix 5960562: Show emergency button on PukUnlock screen
parents cbc90453 928d3470
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);