Jelajahi Sumber

提交人:jtm
wifi密码按钮

江天明 1 tahun lalu
induk
melakukan
35dd7a2141

+ 1 - 1
BusinessCommon/src/main/java/com/develop/common/widget/WifiContentView.kt

@@ -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()