Skip to content
Snippets Groups Projects
Commit 257487cc authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Always focus the edit text in the PIN code activity

parent bbb6264d
No related branches found
No related tags found
1 merge request!1753Parental control
......@@ -106,6 +106,7 @@ class PinCodeActivity : BaseActivity() {
binding.pinCode.imeOptions = EditorInfo.IME_ACTION_DONE
binding.nextButton.text = getString(R.string.done)
}
binding.pinCode.requestFocus()
}
binding.pinCode.setOnEditorActionListener { v, actionId, event ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment