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

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

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

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