ivano
01/19/2021, 1:22 PMif (state is EnterPassword) {
hidePassword()
}
eye_authentication_iv.visible =state is EnterPassword
Dmitry
01/19/2021, 1:39 PMeye_authentication_iv.visible = state is EnterPassword
if (eye_authentication_iv.visible) {
hidePassword()
}
ivano
01/19/2021, 1:45 PM