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