Se deja para que aparezca teclado con líneas de números en primera fila

This commit is contained in:
Sergio De la torre 2021-10-28 16:23:35 +02:00
parent 60371af939
commit eea838f05a
1 changed files with 2 additions and 2 deletions

View File

@ -238,9 +238,9 @@ class CollectionFragment(
}
//ESCANER =========
hideKeyboards()
if (type.equals(CONTROLADOR)){
/* if (type.equals(CONTROLADOR)){
scan_input.inputType= InputType.TYPE_CLASS_NUMBER
}
}*/
scan_input.requestFocus()
scan_input.setOnEditorActionListener { v, actionId, event ->
if (actionId == EditorInfo.IME_ACTION_SEARCH || actionId == EditorInfo.IME_ACTION_DONE || actionId == 0 || actionId == 5) {//ID=0 ACTION_NEXT ID=5 ACTION_UNESPECEFIED)