Fixing #54.
This commit is contained in:
parent
270d959ee0
commit
0264da8ccc
@ -115,9 +115,9 @@ class LoginActivity : AppCompatActivity(), DIAware {
|
|||||||
binding.passwordView.error = null
|
binding.passwordView.error = null
|
||||||
|
|
||||||
// Store values at the time of the login attempt.
|
// Store values at the time of the login attempt.
|
||||||
val url = binding.urlView.text.toString()
|
val url = binding.urlView.text.toString().trim()
|
||||||
val login = binding.loginView.text.toString()
|
val login = binding.loginView.text.toString().trim()
|
||||||
val password = binding.passwordView.text.toString()
|
val password = binding.passwordView.text.toString().trim()
|
||||||
|
|
||||||
var cancel = false
|
var cancel = false
|
||||||
var focusView: View? = null
|
var focusView: View? = null
|
||||||
|
Loading…
Reference in New Issue
Block a user