79662911

Date: 2025-06-12 04:36:07
Score: 0.5
Natty:
Report link

If you are using com.google.android.material.textfield.TextInputLayout and com.google.android.material.textfield.TextInputEditText, just adding the code below is enough.

textInputEditText.isFocusableInTouchMode = true
textInputEditText.setFocusable(true)
textInputEditText.requestFocus()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joonsoo