code: Modification for Login Screen
This commit is contained in:
parent
e71db2e013
commit
8a8d56e56d
@ -47,7 +47,6 @@ class LoginFragment : Fragment(R.layout.fragment_login) {
|
||||
|
||||
private fun setupLoginComponents() {
|
||||
binding.username.apply {
|
||||
inputType = InputType.TYPE_CLASS_TEXT
|
||||
addTextChangedListener(object : TextWatcher {
|
||||
override fun afterTextChanged(s: Editable?) {
|
||||
val login = s.toString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user