ivano
if (state is EnterPassword) { hidePassword() } eye_authentication_iv.visible =state is EnterPassword
Dmitry
eye_authentication_iv.visible = state is EnterPassword if (eye_authentication_iv.visible) { hidePassword() }
A modern programming language that makes developers happier.