It is the same problem as using `findViewById`. An...
# android
n
It is the same problem as using
findViewById
. And you could solve it by calling on closets ancestor:
Copy code
view.login_form.submit.setOnClickListener { }
view.forget_password.submit.setOnClickListener { }