@@ -41,7 +41,7 @@ class WifiContentView : RelativeLayout {
}
binding.ckbEye.setOnCheckedChangeListener { compoundButton, b ->
- if (b) {
+ if (!b) {
binding.etPwd.transformationMethod = PasswordTransformationMethod.getInstance()
} else {
binding.etPwd.transformationMethod = HideReturnsTransformationMethod.getInstance()